Validate if a table is a valid cdm_table object.
validateCdmTable(
table,
name = NULL,
empty = TRUE,
nm = deparse1(substitute(table), backtick = TRUE),
call = parent.frame()
)The table or an error message.
Object to validate.
If we want to validate that the table has a specific name.
Whether it can be empty.
Name to use in error messages. Defaults to the expression supplied
to table.
Call argument passed to cli functions.