DC_yearMissing: Data check yearMissing Check if year information is not...

Description Format samplePassData sampleFailData targetDWCField checkCategory References Examples

Description

This data check answers: "Is year information present??" question.
Data check will pass if The value for dwc:year is valid and will fail if The value for dwc:year is NULL.
Dimension of this data check is Completeness and it's flagging type is: FLAG
Example of entries that will pass: year=2000, such data check would return Passed.
Example of entries that will fail: year=, such data check would return Faield.

Format

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

samplePassData

The value for dwc:year is valid

sampleFailData

The value for dwc:year is NULL

targetDWCField

year

checkCategory

Event

References

None

Examples

1
performDC(DC = DC_yearMissing, DATA = bdchecks::dataBats)

bdchecks documentation built on May 2, 2019, 4:24 a.m.