Nothing
load_all <- function(path = "./inst/DataMetProcess_Shiny/"){
fns <- list.files(paste0(path,"functions/"),full.names = T,recursive = T)
part <- list.files(paste0(path,"partitions/"),full.names = T,recursive = T)
for(i in c(fns,part)){
source(i)
}
}
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.