Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5377060

Browse files
pdf build documentation
1 parent 36ca096 commit 5377060

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ _site
44
_book
55
.Rproj.user
66
.Rhistory
7-
7+
manual.log

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@ The contribute to the manual, please follow these steps:
1313
- Enter a title and description for your pull request. If your pull request addresses specific GitHiub issues, mention them in the description.
1414
- Click `Create pull request`.
1515

16+
## Build a PDF
17+
18+
```r
19+
install.packages("webshot")
20+
install.packages("downloadthis")
21+
bookdown::render_book("index.Rmd", "bookdown::pdf_book")
22+
```

0 commit comments

Comments
 (0)