#' Write results to csv
#'
#' @export write_result
write_result <- function(result, date, path) {
result$date <- date
write.csv(result, path, row.names = FALSE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.