coordinate_negated_flag: Flag records with coordinates to be corrected to match...

Description Usage Arguments Value Author(s) Examples

Description

Supplied geographic coordinates have to be transposed or the sign reversed (negated) to place the record in the supplied country

Usage

1

Arguments

gbif_data

Dataframe from GBIF with two mandatory fields; "decimalLatitude", "decimalLongitude"

Value

Same dataframe with one additional column; coordinateNegatedFlag

Author(s)

thiloshon <thiloshon@gmail.com>

Examples

1
2
3
4
5
## Not run: 
dat <- rgbif::occ_data(scientificName = 'Ursus americanus')
flagged_dat <- coordinate_negated_flag(dat$data)

## End(Not run)

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