Description Usage Arguments Details See Also Examples
Add the date/time to a character string right before the file extension. Useful for adding the date to a default file name.
1 | renameNow(x)
|
x |
one or more character strings ending with an extension (see Details for definition of extension) |
The file extension is defined by the regular expression pattern "(\.[^.]+$)"
. I.e., the extension is defined as the final period and the character(s) that follow it (not including end of string etc). Note that "test.csv .,"
will be recognized as havign an extension (".,"), whereas "test.csv ."
will return an error.
See rbLib-package
for package overview.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.