date_str | R Documentation |
Return a filename-friendly string with the current time with the typical defaults
date_str(format = "%Y%m%d_%H%M", tz = "Australia/Melbourne")
format |
sprintf compliant. Passed to |
tz |
OlsonName compliant string. Passed as "tzone" attribute to POSIXct object |
paste0("/my/path/file_from_date_", date_str())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.