Return a dataframe of available vector layers on Natural Earth
Source:R/find_data.R
ne_find_vector_data.Rd
Checks the Natural Earth Github repository for current vector layers and provides the file name required in the type argument of ne_download.
Usage
ne_find_vector_data(
scale = 110,
category = c("cultural", "physical"),
getmeta = FALSE
)
See also
ne_load
, pre-downloaded data are available using
ne_countries
, ne_states
. Other geographic data
are available in the raster package : getData
.