validateOmopTable {omopgenerics} | R Documentation |
Validate an omop_table
Description
Validate an omop_table
Usage
validateOmopTable(
omopTable,
version = NULL,
cast = FALSE,
call = parent.frame()
)
Arguments
omopTable |
An omop_table to check. |
version |
The version of the cdm. |
cast |
Whether to cast columns to the correct type. |
call |
Call argument that will be passed to |
Value
An omop_table object.
[Package omopgenerics version 1.3.0 Index]