Description Usage Arguments Value
View source: R/utils_filesave.R
Will also append a counter to prevent overwriting existing files
1 2 3 4 | file_datestamp(
input_filename = stop("Input filename(s) required"),
path = getwd()
)
|
input_filename |
Input filename(s) to check, as characters |
path |
Optional path to prepend to filename. Defaults to current working directory. If a relative path is provided, path is assumed relative to the current working directory. |
A modified filepath
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.