Learn R Programming

d3po (version 1.0.3)

national: National Boundaries Map

Description

National boundaries for all countries in the 'Natural Earth' repository. The topology has been simplified for better performance in web visualizations and reduced file size.

Usage

national

Arguments

Format

An sf object with 202 observations and 4 variables.

Variables

  • continent: Continent name.

  • country: Country name.

  • country_iso: ISO 3166-1 alpha-3 country code.

  • geometry: Simple feature geometry column.

Examples

Run this code
national[national$country_iso == "GBR", ]

Run the code above in your browser using DataLab