update_dir
updates changed files in a subdirectory of "content"
update_pdf_dir(
dir = ".",
root_dir = NULL,
static_path = "static",
content_path = "content",
quiet = TRUE,
force = FALSE,
force_dest = FALSE,
ignore = NA,
output_options = NULL
)
A string containing the root directory for checking. By default, the "content" directory of the project.
The root directory for the project (Should be the root for a HUGO project).
Where to look for static files (in the HUGO sense of static).
Where to look for content (e.g., .Rmd
and .md
files).
Suppress output. By default this is FALSE
and the
function emits an informational message about how many files will
be rebuilt.
Force rebuilding source files that are not out of date.
Create missing destination directories.
A regular expression pattern for files to ignore.
A list of extra output options
for \link{pdf_document}
.
A list of out-of-date files to rebuild.