Description Usage Arguments Format samplePassData sampleFailData targetDWCField checkCategory References Examples
View source: R/dc_validation_occurrenceid_notstandard.R
This data check answers: "Is occurrenceID a GUID?" question.
Data check will pass if The value for occurrenceID is guid. and will fail if The value for occurrenceID is not guid..
Dimension of this data check is and it's flagging type is: FLAG
Example of entries that will pass: occurrenceID=9d26b451-9dad-4e27-a6e3-5b7ae332d5ed
, such data check would return TRUE
.
Example of entries that will fail: occurrenceID=
, such data check would return FALSE
.
1 | dc_validation_occurrenceid_notstandard(TARGET = NULL)
|
TARGET |
a vector of occurence ID. To pass must be match a GUID style. |
An object of class function to perform a specific data check.
The value for occurrenceID is guid.
The value for occurrenceID is not guid.
occurrenceID
occurrence
None
1 | perform_dc(data_bats, 'validation_occurrenceid_notstandard')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.