dc_validation_occurrenceid_notstandard: Data check validation_occurrenceid_notstandard Check if...

Description Usage Arguments Format samplePassData sampleFailData targetDWCField checkCategory References Examples

View source: R/dc_validation_occurrenceid_notstandard.R

Description

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.

Usage

1

Arguments

TARGET

a vector of occurence ID. To pass must be match a GUID style.

Format

An object of class function to perform a specific data check.

samplePassData

The value for occurrenceID is guid.

sampleFailData

The value for occurrenceID is not guid.

targetDWCField

occurrenceID

checkCategory

occurrence

References

None

Examples

1
perform_dc(data_bats, 'validation_occurrenceid_notstandard')

bd-R/bdchecks documentation built on Oct. 8, 2021, 5:10 p.m.