cleanup_conda <- function(no_no_dir){
if(dir.exists(no_no_dir)){
try({
removed <- suppressWarnings(file.remove(no_no_dir))
})
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.