View source: R/validateRDBESDataObjectFieldNames.R
validateRDBESDataObjectFieldNames | R Documentation |
are all required fields present? 2) are there any extra fields present? It is used by validateRDBESDataObject() and should only be passed a list of non-null objects
check RDBES Data Object field names Private function to do some checks on the columns of an RDBESDataObject -
are all required fields present? 2) are there any extra fields present? It is used by validateRDBESDataObject() and should only be passed a list of non-null objects
validateRDBESDataObjectFieldNames(
objectToCheck,
verbose = FALSE,
strict = TRUE
)
objectToCheck |
|
verbose |
(Optional) Set to TRUE if you want informative text printed out, or FALSE if you don't. The default is FALSE. |
strict |
(Optional) Set to TRUE if you want to be sure all columns are present in the data, set to FALSE if you only want to check that essential columns are present. The default is TRUE. |
list with first element as a boolean indicating validity and the second element contains any warnings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.