precision_uncertainty_mismatch_flag: Flag records with swapped precision and uncertainty

Description Usage Arguments Value Author(s) Examples

Description

CoordinateUncertaintyInMeters and coordinatePrecision appear swapped as precision is integer > 0 and uncertainty is 0-<=1

Usage

1

Arguments

gbif_data

Dataframe from GBIF with one mandatory field; coordinatePrecision

Value

Same dataframe with one additional column; precisionUncertaintyMismatchFlag

Author(s)

thiloshon <thiloshon@gmail.com>

Examples

1
2
3
4
5
## Not run: 
dat <- rgbif::occ_data(scientificName = 'Ursus americanus')
flagged_dat <- precision_uncertainty_mismatch_flag(dat$data)

## End(Not run)

thiloshon/Biodiversity documentation built on May 20, 2019, 4:07 p.m.