stateProvinceCoordinateMismatchFlag: Flag records with contradicting stateProvince to the...

Description Usage Arguments Value Author(s) Examples

Description

Runs quality check of checking if stateProvince field and coordinates point same location.

Usage

1

Arguments

gbif_data

Dataframe from GBIF with three mandatory field; decimalLatitude, decimalLongitude, stateProvince

Value

Same dataframe with one additional column; stateProvinceCoordinateMismatchFlag

Author(s)

thiloshon <thiloshon@gmail.com>

Examples

1
2
dat <- rgbif::occ_data(scientificName = 'Ursus americanus')
flagged_dat <- stateProvinceCoordinateMismatchFlag(dat$data)

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