Description Usage Arguments Value Author(s) Examples
Runs quality check of checking if county field and coordinates point same location.
1  | county_coordinate_mismatch_flag(gbif_data)
 | 
gbif_data | 
 Dataframe from GBIF with three mandatory field; decimalLatitude, decimalLongitude, county  | 
Same dataframe with one additional column; countyCoordinateMismatchFlag
thiloshon <thiloshon@gmail.com>
1 2  | dat <- rgbif::occ_data(scientificName = 'Ursus americanus')
flagged_dat <- county_coordinate_mismatch_flag(dat$data)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.