DC_countryNameUnknown: Data check countryNameUnknown Check if the name of the...

Description Format samplePassData sampleFailData targetDWCField checkCategory References Examples

Description

This data check answers: "Is country known??" question.
Data check will pass if Country name (dwc:country) is in vocabulary and will fail if Country name (dwc:country) not in vocabulary.
Dimension of this data check is Conformance and it's flagging type is: FLAG
Example of entries that will pass: country=Australia, such data check would return Passed.
Example of entries that will fail: country=Austend, such data check would return Failed.

Format

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

samplePassData

Country name (dwc:country) is in vocabulary

sampleFailData

Country name (dwc:country) not in vocabulary

targetDWCField

country

checkCategory

Location

References

None

Examples

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

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