Create a directory for a book
create_book(path = "inst/report", clean = FALSE, template)
Book directory
Logical. Whether to remove Chapter Rmd files.
A folder with personal template files for a bookdown site
if (FALSE) {
book_folder <- tempdir()
create_book(path = book_folder, clean = TRUE)
}