powered by
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 )
cdm object
number of people in the cdm.
A DBI connection to create the cdm mock object.
Name of an schema on the same connection with writing permissions.
seed to use when creating the mock data.
# \donttest{ library(MeasurementDiagnostics) cdm <- mockMeasurementDiagnostics() cdm # }
Run the code above in your browser using DataLab