Description Usage Arguments Value Author(s) Examples
Runs quality check of checking if country code / country is recognized.
1  | country_code_unknown_flag(gbif_data)
 | 
gbif_data | 
 Dataframe from GBIF with one mandatory field; countryCode  | 
Same dataframe with one additional column; countryCodeUnknownFlag
thiloshon <thiloshon@gmail.com>
1 2  | dat <- rgbif::occ_data(scientificName = 'Ursus americanus')
flagged_dat <- country_code_unknown_flag(dat$data)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.