ehr <- generate_hybrid_ehr_dataset(
n_patients = 10,
n_sites = 2,
covid_focused = TRUE,
include_ct_links = FALSE,
seed = 123,
verbose = FALSE
)
names(ehr$tables)
head(ehr$tables$patients)
Run the code above in your browser using DataLab