Skip to contents

Countries of the World

Usage

world

Format

A Simple feature collection with 233 features and 2 fields

name

Country name

continent

Continent name

Examples

ggplot2::ggplot(world) +
  ggplot2::geom_sf(fill = '#2e4473',
                   color = 'white') +
  ggplot2::theme_void()