DC_dataGeneralised: Data check dataGeneralised Chech if dataGeneralizations is a...

Description Format samplePassData sampleFailData targetDWCField checkCategory References Examples

Description

This data check answers: "Is dataGeneralizations NULL??" question.
Data check will pass if Latitude and longitude values have not been generalized as indicated by dwc:dataGeneralizations is NULL and will fail if Latitude and longitude values may have been generalized as indicated by dwc:dataGeneralizations is not NULL.
Dimension of this data check is Resolution and it's flagging type is: FLAG
Example of entries that will pass: dataGeneralizations=, such data check would return Passed.
Example of entries that will fail: dataGeneralizations=record placed on 0.1 degree grid, such data check would return Failed.

Format

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

samplePassData

Latitude and longitude values have not been generalized as indicated by dwc:dataGeneralizations is NULL

sampleFailData

Latitude and longitude values may have been generalized as indicated by dwc:dataGeneralizations is not NULL

targetDWCField

dataGeneralizations

checkCategory

Record_level Terms

References

None

Examples

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

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