world | R Documentation |
Get the borders for all the countries in the world. Data are read from files that are downloaded if necessary.
world(resolution=5, level=0, path, version="latest", ...)
resolution |
integer between 1 and 5 indicating the level of detail. 1 is high 5 is low |
level |
numeric. The level of administrative subdivision requested. (starting with 0 for country, then 1 for the first level of subdivision). Only level 0 is currently available |
path |
character. Path for storing the downloaded data. See |
version |
character. Only "3.6" is currently supported |
... |
additional arguments passed to |
The data are from https://gadm.org
SpatVector
gadm
w <- world(path=tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.