filenameTimestamp <- function(prefix, extension, sep = "_") {
timestamp <- format(Sys.time(), "%Y%m%d-%H%M%S")
paste0(prefix, sep, timestamp, extension)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.