View source: R/classCdmTable.R
| validateCdmTable | R Documentation |
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()
)
table |
Object to validate. |
name |
If we want to validate that the table has a specific name. |
empty |
Whether it can be empty. |
nm |
Name to use in error messages. Defaults to the expression supplied
to |
call |
Call argument passed to |
The table or an error message.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.