Skip to contents

This function loads and returns the World Vector data stored within the package.

Usage

load_world()

Source

https://www.naturalearthdata.com/

Value

A `SpatVector` object representing the World vector data.

Details

SpatVector (EPSG: 4326) of the world dissolved on continents.

See also

Examples

if (FALSE) {
world_data <- load_world_vector()
plot(world_data)
}