Description Usage Arguments Format samplePassData sampleFailData targetDWCField checkCategory References Examples
View source: R/dc_validation_family_notfound.R
This data check answers: "Is family information present?" question.
Data check will pass if The value for family is present and correct. and will fail if The value for family is missing or incorrect..
Dimension of this data check is and it's flagging type is: FLAG
Example of entries that will pass: family=Felidae
, such data check would return TRUE
.
Example of entries that will fail: family=
, such data check would return FALSE
.
1 | dc_validation_family_notfound(TARGET = NULL)
|
TARGET |
a vector of family information. To pass it must be within gbif family ranks. |
An object of class function to perform a specific data check.
The value for family is present and correct.
The value for family is missing or incorrect.
family
taxon
None
1 | perform_dc(data_bats, 'validation_family_notfound')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.