This helper function creates a template for a bookdown.
bookdown_template(bookdown_path, overwrite = FALSE)
A character string identifying the folder path where the bookdown will be generated.
whether to overwrite existing files. FALSE by default.
A folder containing all files (Rmd, yml, css) to generate the bookdown.
{
bookdown_path = tempdir()
bookdown_template(bookdown_path, overwrite = TRUE)
}