global<-function(){
library(shinyjs)
library(ggplot2)
library(rCompTCMs)
source("configUI.R")
source("configServer.R")
source("setConfigInfo.R")
source("natmortUI.R")
source("natmortServer.R")
source("calcNaturalMortality.R")
source("moltUI.R")
source("moltServer.R")
source("calcPrMolt.R")
source("growthUI.R")
source("growthServer.R")
source("calcGrowth.R")
source("m2mUI.R")
source("m2mServer.R")
source("calcPrM2M.R")
source("recUI.R")
source("recServer.R")
source("calcPrRecAtZ.R")
source("cohortUI.R")
source("cohortServer.R")
source("calcCohortProgression.R")
}
#global();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.