library(magrittr)
projectPath <- rstudioapi::getActiveProject()
# specifications
source(paste0(projectPath, '/specifications/atlasIds.R'))
source(paste0(projectPath, '/specifications/connections.R'))
source(paste0(projectPath, '/specifications/dataSources.R'))
source(paste0(projectPath, '/specifications/utils.R'))
source(paste0(projectPath, '/specifications/colorPalette.R'))
# run based on project
source(paste0(projectPath, '/extras/getCdmSources.R'))
source(paste0(projectPath, '/extras/getOhdsiResultsTables.R'))
# source(paste0(projectPath, '/extras/copyOhdsiResultsFromRemoteToLocal.R'))
# source(paste0(projectPath, '/extras/getIncidenceRateDataUsingCohortDiagnostics.R'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.