Description Usage Arguments Format samplePassData sampleFailData targetDWCField checkCategory References Examples
View source: R/dc_notification_datageneralizations_notempty.R
This data check answers: "Is dataGeneralizations information present?" question.
Data check will pass if The value for dataGeneralizations is not empty. and will fail if The value for dataGeneralizations is not reported..
Dimension of this data check is and it's flagging type is: FLAG
Example of entries that will pass: dataGeneralizations=record placed on 0.1 degree grid
, such data check would return TRUE
.
Example of entries that will fail: dataGeneralizations=
, such data check would return FALSE
.
1 |
TARGET |
a vector of data generalization information. |
An object of class function to perform a specific data check.
The value for dataGeneralizations is not empty.
The value for dataGeneralizations is not reported.
dataGeneralizations
record-level terms
None
1 | perform_dc(data_bats, 'notification_datageneralizations_notempty')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.