world_administrative_boundaries {tidycountries} | R Documentation |
world_administrative_boundaries
Description
A dataset containing information about world administrative boundaries.
Usage
world_administrative_boundaries
Format
A data frame with several rows and the following columns:
- cca3
Country code (3-letter).
- geometry
geographic boundaries
Details
This dataset includes country code and the geometries
Source
Data obtained from the World Food Programme (UN agency) processed for use in this package.
Examples
# Load the dataset and view the first few rows
data(world_administrative_boundaries)
head(world_administrative_boundaries)
[Package tidycountries version 0.1.0 Index]