template_visual_report {fabR} | R Documentation |
This helper function creates a template for the visual report bookdown. This template is taken from the following link: https://github.com/jtr13/bookdown-template/archive/refs/heads/master.zip folder
template_visual_report(to)
to |
A character string of a path where the bookdown report will be placed |
A folder containing all files (Rmd, yml, docs, ...) to generate bookdown report
{
unlink(template_visual_report(tempdir()))
}