View source: R/utils_date_time.R
file_timestamp | R Documentation |
Make a file path compliant ISO8601 timestamp
file_timestamp(x = Sys.time(), tzone = "")
x |
|
tzone |
a character string containing the time zone to convert to. R must recognize the name contained in the string as a time zone on your system. |
chr
of timestamp
fs::path(paste0("file_", file_timestamp()), ext = "zip")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.