Create a directory for a book

create_book(path = "inst/report", clean = FALSE, template)

Arguments

path

Book directory

clean

Logical. Whether to remove Chapter Rmd files.

template

A folder with personal template files for a bookdown site

Examples

if (FALSE) {
book_folder <- tempdir()
create_book(path = book_folder, clean = TRUE)
}