Skip to contents

National level sf data for the Democratic Republic of the Congo.

Usage

drc_nat

Format

A Simple feature collection with 1 feature and 3 fields:

country

Country name

area

Zone area (m2)

country_display

Full and formatted name of country

Source

Legacy (ie. I don't know).

Examples

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