bookdown_template {fabR} | R Documentation |
Create a bookdown template.
Description
This helper function creates a template for a bookdown.
Usage
bookdown_template(bookdown_path, overwrite = FALSE)
Arguments
bookdown_path |
A character string identifying the folder path where the bookdown will be generated. |
overwrite |
whether to overwrite existing files. FALSE by default. |
Value
A folder containing all files (Rmd, yml, css) to generate the bookdown.
See Also
bookdown_render()
,bookdown_open()
Examples
{
bookdown_path = tempdir()
bookdown_template(bookdown_path, overwrite = TRUE)
}
[Package fabR version 2.1.0 Index]