
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 = 110L,
category = c("cultural", "physical"),
getmeta = FALSE
)
Details
Note that the filename of the requested object will be returned if `load = FALSE`.
If the data is to be loaded into memory (`load = TRUE`), the download will be handled using the GDAL virtual file system, allowing direct access to the data without writing it to disk.
See also
ne_load
, pre-downloaded data are available using
ne_countries
, ne_states
. Other geographic data
are available in the raster package : getData
.