cdmSelect | R Documentation |
Restrict the cdm object to a subset of tables.
cdmSelect(cdm, ...)
cdm |
A cdm_reference object. |
... |
Selection of tables to use, it supports tidyselect expressions. |
A cdm_reference with only the specified tables.
cdm <- emptyCdmReference("my cdm")
cdm
cdm |>
cdmSelect("person")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.