update_pdf_dir | R Documentation |
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
)
dir |
A string containing the root directory for checking. By default, the "content" directory of the project. |
root_dir |
The root directory for the project (Should be the root for a HUGO project). |
static_path |
Where to look for static files (in the HUGO sense of static). |
content_path |
Where to look for content (e.g., |
quiet |
Suppress output. By default this is |
force |
Force rebuilding source files that are not out of date. |
force_dest |
Create missing destination directories. |
ignore |
A regular expression pattern for files to ignore. |
output_options |
A list of extra output options
for |
A list of out-of-date files to rebuild.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.