Description Usage Arguments Format samplePassData sampleFailData targetDWCField checkCategory References Examples
View source: R/dc_validation_location_empty.R
This data check answers: "Is location information present?" question.
Data check will pass if The value for at least one term for location is present. and will fail if The value for all terms organized for location are NULL..
Dimension of this data check is and it's flagging type is: FLAG
Example of entries that will pass: countryCode=AU
, such data check would return TRUE
.
Example of entries that will fail: countryCode=
, such data check would return FALSE
.
1 | dc_validation_location_empty(TARGET = NULL)
|
TARGET |
a vector of location information. To pass it must be non-empty entry. |
An object of class function to perform a specific data check.
The value for at least one term for location is present.
The value for all terms organized for location are NULL.
country, countryCode, county, decimalLatitude, decimalLongitude, footprintWKT, higherGeography, higherGeographyID, island, islandGroup, locality, locationID, municipality, stateProvince, verbatimCoordinates, verbatimLatitude, verbatimLocality, verbatimLongitude, waterBody
location
None
1 | perform_dc(data_bats, 'validation_location_empty')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.