datetime_stamp | R Documentation |
Wrapper for 'Sys.time()'. Results are formatted as YYYY_MM_DD_hhmmssTZONE. Allows user to print to stderr, stdout, and invisible returns the stamp.
datetime_stamp(
std_out = TRUE,
std_err = FALSE,
dt_format = "%Y_%m_%d_%H%M%S%Z"
)
std_out |
[sdt_out] using 'print()' |
std_err |
[std_err] message class |
[invisible] date-time stamp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.