dc_validation_taxonid_empty: Data check validation_taxonid_empty Check if taxonID exists...

Description Usage Arguments Format samplePassData sampleFailData targetDWCField checkCategory References Examples

View source: R/dc_validation_taxonid_empty.R

Description

This data check answers: "Is taxonID information present?" question.
Data check will pass if The value for taxonID is present. and will fail if The value for taxonID is missing..
Dimension of this data check is and it's flagging type is: FLAG
Example of entries that will pass: taxonID=101010, such data check would return TRUE.
Example of entries that will fail: taxonID=, such data check would return FALSE.

Usage

1

Arguments

TARGET

a vector of taxonid information. To pass it must be non-empty entry.

Format

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

samplePassData

The value for taxonID is present.

sampleFailData

The value for taxonID is missing.

targetDWCField

taxonID

checkCategory

taxon

References

None

Examples

1
perform_dc(data_bats, 'validation_taxonid_empty')

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