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.

24 lines
596 B

# Generated by roxygen2: do not edit by hand
export(delegates_map)
export(delegates_pal)
export(expand_candidates)
4 years ago
export(gg_catchpole)
export(read_delegates)
import(sf)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,tibble)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_fill_manual)
importFrom(hrbrthemes,theme_ft_rc)
importFrom(jsonlite,fromJSON)
importFrom(purrr,map_df)
importFrom(tidyr,gather)