expectedIndexes {omopgenerics} | R Documentation |
Expected indexes in a cdm object
Description
Usage
expectedIndexes(cdm, name)
Arguments
cdm |
A cdm_reference object. |
name |
Name(s) of the cdm tables. |
Value
A tibble with 3 columns: table_class
class of the table,
table_name
name of the table, and expected_index
index definition.
[Package omopgenerics version 1.3.0 Index]