View source: R/set_up_output_dir.r
setup_output_dir | R Documentation |
Set up bookdown
manuscript
and non-manuscript figure and table output directories.
Creates directories, and saves objects specifying these directories
into global environment. See prefix
for details
of objects saved.
setup_output_dir(dir_base = "_book", prefix = "dir_") set_up_output_dir(dir_base = "_book", prefix = "dir_")
dir_base |
character. Path to base directory where objects
are to be saved, relative to |
prefix |
character. Prefix for naming
objects specifying paths to particular directories.
Default is |
invisible(TRUE)
. Side effects are
the creation of directories and saving
of objects specifying those directories
to global environment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.