powered by
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 )
dataframe with two variables: layer and metadata
scale of map to return, one of 110, 50, 10 or 'small', 'medium', 'large'
110
50
10
'small'
'medium'
'large'
one of natural earth categories : 'cultural', 'physical'
whether to get url of the metadata for each layer
if (FALSE) { ne_find_vector_data(scale = 10, category = "physical") }
Run the code above in your browser using DataLab