DC_coordinatesZero: Data check coordinatesZero Check if decimal values given in...

Description Format samplePassData sampleFailData targetDWCField checkCategory References Examples

Description

This data check answers: "Is decimal number in langitude and latitude not zero??" question.
Data check will pass if Decimal latitude and longitude are not zero (0) degrees and will fail if Decimal latitude and longitude are both zero (0) degrees.
Dimension of this data check is Conformance and it's flagging type is: FLAG
Example of entries that will pass: decimalLatitude=-1, decimalLongitude=1, such data check would return Passed.
Example of entries that will fail: decimalLatitude=0, decimalLongitude=0, such data check would return Failed.

Format

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

samplePassData

Decimal latitude and longitude are not zero (0) degrees

sampleFailData

Decimal latitude and longitude are both zero (0) degrees

targetDWCField

decimalLatitude,decimalLongitude

checkCategory

Location

References

None

Examples

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

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