coordToCountry: From coordinate in decimal degree format to country name...

Description Usage Arguments Details Value Note Author(s) See Also

View source: R/coordToCountry.R

Description

Give a coordinate in decimal degree format to assign the corresponding country name in English.

Usage

1
coordToCountry(coordinatesTable = NULL)

Arguments

coordinatesTable

Data Frame class. A data frame with at least two columns called decimalLatitude and 'decimalLongitude'.

Details

If the coordinate is outside the continents, this can not be assigned and will it will return a 'NaN'.

Value

A table with three columns (decimalLatitude, decimalLongitude, country)

Note

See: R-Alarcon V. and Miranda-Esquivel DR.(submmited) geocleaMT: An R package to cleaning geographical data from electronic biodatabases.

Author(s)

R-Alarcon Viviana and Miranda-Esquivel Daniel R.

See Also

coordToISO


Dmirandae/geocleaMT-1 documentation built on Nov. 18, 2019, 6:26 p.m.