prepare_filepath | R Documentation |
Prepares a file path by setting the output directory and modifying with a prefix and/or suffix.
prepare_filepath(
outfile = NULL,
outdir = NULL,
prefix = NULL,
suffix = NULL,
create_dir = TRUE
)
outfile |
the name of the output file. |
outdir |
the name of the output directory (defaults to current directory). |
prefix |
a prefix to be added to the file name. |
suffix |
a suffix to be added to the file name (before file extension). |
create_dir |
whether to create directory if it does not exist |
A file path.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.