gen_posix_name <- function(prefix = "bmc_test") {
timestamp <- as.character(round(as.numeric(Sys.time()) * 1000))
sprintf("/%s_%s", prefix, timestamp)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.