Description Usage Arguments Details Value Author(s) Examples
Flag records with decimalLatitude/decimalLongitude=spatial buffered centre of country
1  | center_of_the_country_coordinates_flag(gbif_data)
 | 
gbif_data | 
 Dataframe from GBIF with two mandatory fields; "decimalLatitude", "decimalLongitude"  | 
When coordinates are not known auto georefences makes the center of the country the coordinate. This flag brings that out
Same dataframe with one additional column; centerofTheCountryCoordinatesFlag
thiloshon <thiloshon@gmail.com>
1 2  | dat <- rgbif::occ_data(scientificName = 'Ursus americanus')
flagged_dat <- center_of_the_country_coordinates_flag(dat$data)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.