Description
Countries of the World.
Description
Based on Natural Earth <https://www.naturalearthdata.com/>, a subset of countries can easily be selected with their administrative boundaries, joined with an external data frame and plotted as a thematic map.
README.md
necountries is a small package that performs three tasks:
- constructing a
sf
with a relevant subset of countries, - joining this
sf
with a tibble, - providing a simple
plot
method to get a default plot.