country_code_unknown_flag: Flag records with unidentified country codes / country

Description Usage Arguments Value Author(s) Examples

Description

Runs quality check of checking if country code / country is recognized.

Usage

1

Arguments

gbif_data

Dataframe from GBIF with one mandatory field; countryCode

Value

Same dataframe with one additional column; countryCodeUnknownFlag

Author(s)

thiloshon <thiloshon@gmail.com>

Examples

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

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