| mockSparkCdm | R Documentation |
creates a cdm reference to local spark OMOP CDM tables
mockSparkCdm(path)
path |
A directory for files |
A cdm reference with synthetic data in a local spark connection
if(sparklyr::spark_installed_versions() |> nrow() == 0){
folder <- file.path(tempdir(), "temp_spark")
cdm <- mockSparkCdm(path = folder)
cdm
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.