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