powered by
This helper function renders an existing bookdown folder (containing at least 'index.Rmd file)
bookdown_render(bookdown_path, overwrite = FALSE)
A folder containing htlm files (in docs, ...) generated from a bookdown report.
A character string identifying the folder path where the bookdown report files are.
whether to overwrite existing files. FALSE by default.
bookdown_template(),bookdown_open()
bookdown_template()
bookdown_open()
{ bookdown_path = tempdir() bookdown_template(bookdown_path, overwrite = TRUE) bookdown_render(bookdown_path, overwrite = TRUE) }
Run the code above in your browser using DataLab