powered by
Uses spatial comparison to determine which country polygons the locations fall into and returns the country name for those polygons.
If allData = TRUE, additional data is returned.
allData = TRUE
getCountryName( longitude, latitude, dataset = "SimpleCountriesEEZ", countryCodes = NULL, allData = FALSE, useBuffering = FALSE )
Vector of English language country names.
Vector of longitudes in decimal degrees East.
Vector of latitudes in decimal degrees North.
Name of spatial dataset to use.
Vector of ISO 3166-1 alpha-2 country codes.
Logical specifying whether a full dataframe should be returned.
Logical flag specifying the use of location buffering to find the nearest polygon if no target polygon is found.
http://www.naturalearthdata.com/downloads/10m-cultural-vectors/
SimpleCountries
getSpatialData
library(MazamaSpatialUtils) longitude <- seq(0, 50) latitude <- seq(0, 50) getCountryName(longitude, latitude)
Run the code above in your browser using DataLab