county_coordinate_mismatch_flag: Flag records with contradicting county to the coordinates

Description Usage Arguments Value Author(s) Examples

Description

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

Usage

1

Arguments

gbif_data

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

Value

Same dataframe with one additional column; countyCoordinateMismatchFlag

Author(s)

thiloshon <thiloshon@gmail.com>

Examples

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

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