Get rnaturalearth data

get_ne_data(code)

Arguments

code

A country/continent name to get rnaturalearth data from (see auto_countries or auto_states).

Examples

if (FALSE) {
dat <- get_ne_data("brazil")
}