bdchecks (version 0.1.7)

DC_classUnknown: Data check classUnknown The full scientific name of the class in which the taxon is classified is within given vocabulary

Description

This data check answers: "Is scientific name of the class known??" question. Data check will pass if Taxonomic rank Class was interpreted correctly and will fail if Taxonomic rank Class value cannot be interpreted. Dimension of this data check is Conformance and it's flagging type is: FLAG Example of entries that will pass: class=Unicorns, such data check would return Passed. Example of entries that will fail: class=Birds, such data check would return Failed.

Arguments

Format

An object of class "dataCheck", see dataCheck for details.

samplePassData

Taxonomic rank Class was interpreted correctly

sampleFailData

Taxonomic rank Class value cannot be interpreted

targetDWCField

class

checkCategory

Taxon

References

None

Examples

Run this code
# NOT RUN {
performDC(DC = DC_classUnknown, DATA = bdchecks::dataBats)
# }

Run the code above in your browser using DataCamp Workspace