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