Set.wd<-function(DB.name){
wd<-paste0(.libPaths()[1],"/AEGIS/", DB.name)
if(exists(wd)==FALSE) {
dir.create(wd, showWarnings = FALSE)
setwd(wd)
} else
{
setwd(wd)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.