cdmSelect {omopgenerics} | R Documentation |
Restrict the cdm object to a subset of tables.
Description
Restrict the cdm object to a subset of tables.
Usage
cdmSelect(cdm, ...)
Arguments
cdm |
A cdm_reference object. |
... |
Selection of tables to use, it supports tidyselect expressions. |
Value
A cdm_reference with only the specified tables.
Examples
cdm <- emptyCdmReference("my cdm")
cdm
cdm |>
cdmSelect("person")
[Package omopgenerics version 0.2.3 Index]