# Generate 10 random numbers
x <- rnorm(1:10)
# Save the numbers to a file, named after the current time
save(x, file = paste0("data-raw/data_", make.names(Sys.time()), ".Rda"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.