mockVisitOccurrence {omock} | R Documentation |
Function to generate visit occurrence table
Description
Function to generate visit occurrence table
Usage
mockVisitOccurrence(cdm, seed = NULL)
Arguments
cdm |
the CDM reference into which the mock visit occurrence table will be added |
seed |
A random seed to ensure reproducibility of the generated data. |
Value
A cdm reference with the visit_occurrence tables added
Examples
library(omock)
[Package omock version 0.3.1 Index]