ne_find_vector_data | R Documentation |
Checks the Natural Earth Github repository for current vector layers and provides the file name required in the type argument of ne_download.
ne_find_vector_data(
scale = 110,
category = c("cultural", "physical"),
getmeta = FALSE
)
scale |
The scale of map to return, one of '110', '50', '10' or 'small', 'medium', 'large'. |
category |
one of natural earth categories : 'cultural', 'physical' |
getmeta |
whether to get url of the metadata for each layer |
Note that the filename of the requested object will be returned if 'load = FALSE'.
dataframe with two variables: layer and metadata
ne_load
, pre-downloaded data are available using
ne_countries
, ne_states
. Other geographic data
are available in the raster package : getData
.
## Not run:
ne_find_vector_data(scale = 10, category = "physical")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.