View source: R/classAchillesTable.R
| validateAchillesTable | R Documentation |
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()
)
table |
A cdm_table to validate. |
version |
Version of the OMOP Common Data Model. |
cast |
Whether to cast columns to the correct type. |
empty |
Whether it can be empty. |
nm |
Name to use in error messages. Defaults to the expression supplied
to |
call |
Call argument passed to |
invisible achilles table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.