impropable_identified_date_flag: Flag records with incorrect identification date.

Description Usage Arguments Value Author(s) Examples

Description

The date of identification (dwc:dateIdentified) falls prior to Linnaeus (1753) or after the current date. dateIdentified < 1753 or in future

Usage

1

Arguments

gbif_data

Dataframe from GBIF with two mandatory fields; dateIdentified and eventDate.

Value

Same dataframe with one column; dateIdentified

Author(s)

thiloshon <thiloshon@gmail.com>

Examples

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

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