Description Usage Arguments Value Examples
Generating file name ready iso time stamps.
1 | time_stamp(ts = Sys.time(), sep = c("-", "_", "_"))
|
ts |
one or more POSIX time stamp |
sep |
separators to be used for formatting |
Returns timestamp string in format yyyy-mm-dd_HH_MM_SS ready to be used safely in file names on various operating systems.
1 2 | time_stamp()
time_stamp( Sys.time() - 10000 )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.