View source: R/classOmopTable.R
| validateOmopTable | R Documentation |
Validate an omop_table
validateOmopTable(
omopTable,
version = NULL,
cast = FALSE,
empty = TRUE,
nm = deparse1(substitute(omopTable), backtick = TRUE),
call = parent.frame()
)
omopTable |
An omop_table to check. |
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 |
An omop_table object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.