View source: R/mockMeasurementDiagnostics.R
| mockMeasurementDiagnostics | R Documentation |
Creates an example dataset that can be used to show how the package works
mockMeasurementDiagnostics(
nPerson = 100,
con = DBI::dbConnect(duckdb::duckdb()),
writeSchema = "main",
seed = 111
)
nPerson |
number of people in the cdm. |
con |
A DBI connection to create the cdm mock object. |
writeSchema |
Name of an schema on the same connection with writing permissions. |
seed |
seed to use when creating the mock data. |
cdm object
library(MeasurementDiagnostics)
cdm <- mockMeasurementDiagnostics()
cdm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.