Learn R Programming

omopgenerics (version 1.1.1)

cdmSelect: Restrict the cdm object to a subset of tables.

Description

Restrict the cdm object to a subset of tables.

Usage

cdmSelect(cdm, ...)

Value

A cdm_reference with only the specified tables.

Arguments

cdm

A cdm_reference object.

...

Selection of tables to use, it supports tidyselect expressions.

Examples

Run this code
cdm <- emptyCdmReference("my cdm")
cdm

cdm |>
  cdmSelect("person")

Run the code above in your browser using DataLab