Validate an omop_table
validateOmopTable(
omopTable,
version = NULL,
cast = FALSE,
empty = TRUE,
nm = deparse1(substitute(omopTable), backtick = TRUE),
call = parent.frame()
)An omop_table object.
An omop_table to check.
Version of the OMOP Common Data Model.
Whether to cast columns to the correct type.
Whether it can be empty.
Name to use in error messages. Defaults to the expression supplied
to omopTable.
Call argument passed to cli functions.