Description Usage Arguments Format samplePassData sampleFailData targetDWCField checkCategory References Examples
View source: R/dc_validation_coordinates_zero.R
This data check answers: "Are coordinates equal to zero." question.
Data check will pass if The value for decimalLatitude is equal to 0. and will fail if The value for decimalLatitude is not equal to 0..
Dimension of this data check is and it's flagging type is: FLAG
Example of entries that will pass: decimalLatitude=0
, such data check would return TRUE
.
Example of entries that will fail: decimalLatitude=1
, such data check would return FALSE
.
1 | dc_validation_coordinates_zero(TARGET = NULL)
|
TARGET |
a vector of decimalLatitude or decimalLongitude information. To pass it must equal to zero. |
An object of class function to perform a specific data check.
The value for decimalLatitude is equal to 0.
The value for decimalLatitude is not equal to 0.
decimalLatitude, decimalLongitude
location
None
1 | perform_dc(data_bats, 'validation_coordinates_zero')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.