### create directory if it does not exist
dir_ <- function(name_dir){
if(!dir.exists(name_dir)) dir.create(name_dir,recursive = T)
return(name_dir)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.