clean_folder <- function(folder) {
if (length(folder) > 0 && !endsWith(folder, "/")) {
folder <- paste0(folder, "/")
}
return(folder)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.