Skip to contents

Return Historical World Map

Usage

gph_historical_world_map(date)

Arguments

date

A date object

Value

An sf object

Examples

lubridate::ymd("1945-06-01") |>
  gph_historical_world_map() |>
  ggplot2::ggplot() +
  ggplot2::geom_sf()