View source: R/utils_filesave.R
file_datestamp | R Documentation |
Will also append a counter to prevent overwriting existing files
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.