georeference_verification_status_flag: Flag unverified georeferenced records

Description Usage Arguments Details Value Author(s) Examples

Description

Runs quality check of checking verification of georeferences.

Usage

1

Arguments

gbif_data

Dataframe from GBIF with one mandatory field; georeferenceVerificationStatus

Details

The function runs a quality check on georeference protocol of GBIF data. Checks if the georeferenceVerificationStatus is valid. Where an occurrence record is on the edge of its range, or is a range extension, then it is useful to know whether the location coordinates have been verified

Value

Same dataframe with one additional column; georeferenceVerificationStatusFlag

Author(s)

thiloshon <thiloshon@gmail.com>

Examples

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

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