View source: R/mockCohortConstructor.R
| mockCohortConstructor | R Documentation |
mockCohortConstructor() creates an example dataset that can be used for
demonstrating and testing the package
mockCohortConstructor(source = "local")
source |
Source for the mock cdm, it can either be 'local' or 'duckdb'. |
cdm object
library(CohortConstructor)
if(isTRUE(omock::isMockDatasetDownloaded("GiBleed"))){
cdm <- mockCohortConstructor()
cdm
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.