-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathREADME.txt
More file actions
23 lines (12 loc) · 768 Bytes
/
Copy pathREADME.txt
File metadata and controls
23 lines (12 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Note that when using the "knit" button from the RStudio IDE, only the index is rendered correctly, and all other pages are left blank.
Use instead this from the console, making sure that the working directory is where the index.Rmd file is located:
bookdown::render_book('index.Rmd', 'bookdown::gitbook')
TASKS:
--Rename files using this format:
00-word-word-word.Rmd
Note that Bookdown does not like spaces in file names. Also, it is convenient if files are numbered sequentially.
--Within files:
The first heading should use one hashtag with a space between the hashtag and the title! This is because the first heading becomes the title for the chapter when the book is rendered.
# Heading
Subsequent headings use two, three, etc., hashtags:
## Heading 2