Validate if a cdm_table is a valid achilles table.
validateAchillesTable(
table,
version = NULL,
cast = FALSE,
empty = TRUE,
nm = deparse1(substitute(table), backtick = TRUE),
call = parent.frame()
)invisible achilles table
A cdm_table to validate.
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 table.
Call argument passed to cli functions.