Nothing
.get_instance_biocparallel <- function(workers = 1){
OS_type <- tolower(Sys.info()["sysname"])
if(OS_type %in% c("linux", "osx", "darwin")){
return(MulticoreParam(workers=workers))
}else if(OS_type %in% c("windows")){
return(SnowParam(workers=workers))
}
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.