View source: R/check_templates.R
check_sitrep_templates | R Documentation |
Run the templates found in the sitrep package.
check_sitrep_templates(
templates = available_sitrep_templates(),
path = tempdir(),
quiet = FALSE,
progress = FALSE,
mustwork = FALSE,
output_format = NULL,
clean = TRUE
)
templates |
a vector of templates to create and render |
path |
a directory in which to store the templates |
quiet |
if |
progress |
if |
mustwork |
if |
output_format |
a character defining the output formats to use for the
template files. Defaults to the output_format defined in the templates
(which is |
clean |
if |
the path where the templates were built.
## Not run:
check_sitrep_templates("mortality")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.