U.S. 2020 Democratic Election WSJ Cartogram in R
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
255 B

## code to prepare `DATASET` dataset goes here
library(sf)
library(xml2)
library(hrbrthemes)
library(tidyverse)
delegates_sf <- st_read("https://rud.is/dl/delegates.geojson", stringsAsFactors = FALSE)
usethis::use_data(delegates_sf, internal = TRUE)