mockCdmReference: Creates an empty CDM (Common Data Model) reference for a mock database.
Description
This function initializes an empty CDM reference with a specified name and
populates it with mock vocabulary tables based on the provided vocabulary
set. It is particularly useful for setting up a simulated environment for
testing and development purposes within the OMOP CDM framework.
Returns a CDM object that is initially empty but includes mock
vocabulary tables.The object structure is compliant with OMOP CDM
standards, making it suitable for further population with mock data
like person, visit, and observation records.
Arguments
cdmName
A character string specifying the name of the CDM object to
be created.This name can be used to identify the CDM object
within a larger simulation or testing framework. Default is
"mock database".
vocabularySet
A character string that specifies the name of the
vocabulary set to be used in creating the vocabulary
tables for the CDM. This allows for the customization
of the vocabulary to match specific testing scenarios.
Default is "mock".