
Last chance! 50% off unlimited learning
Sale ends in
Restrict the cdm object to a subset of tables.
cdmSelect(cdm, ...)
A cdm_reference with only the specified tables.
A cdm_reference object.
Selection of tables to use, it supports tidyselect expressions.
cdm <- emptyCdmReference("my cdm")
cdm
cdm |>
cdmSelect("person")
Run the code above in your browser using DataLab