| mockCohortCharacteristics | R Documentation |
It creates a mock database for testing CohortCharacteristics package
mockCohortCharacteristics(
numberIndividuals = 10,
...,
source = "local",
con = lifecycle::deprecated(),
writeSchema = lifecycle::deprecated(),
seed = lifecycle::deprecated()
)
numberIndividuals |
Number of individuals to create in the cdm reference. |
... |
User self defined tables to put in cdm, it can input as many as the user want. |
source |
Source for the mock cdm, it can either be 'local' or 'duckdb'. |
con |
deprecated. |
writeSchema |
deprecated. |
seed |
deprecated. |
A mock cdm_reference object created following user's specifications.
library(CohortCharacteristics)
cdm <- mockCohortCharacteristics()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.