knit_with_date <- function(input, ...) {
rmarkdown::render(
input,
output_file = paste0(
xfun::sans_ext(inputFile), '-', Sys.Date(), '.',
xfun::file_ext(inputFile)
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.