create_book | R Documentation |
Create a directory for a book
create_book(path = "inst/report", clean = FALSE, template)
path |
Book directory |
clean |
Logical. Whether to remove Chapter Rmd files. |
template |
A folder with personal template files for a bookdown site |
## Not run: book_folder <- tempdir() create_book(path = book_folder, clean = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.