make_save_path <- function(save_dir,
list_name){
file.path(save_dir,
paste0(gsub(" +","_",tolower(list_name)),".rds"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.