/ctgovreporting

A package containing functions and data for Covid reporting for the state of Connecticut

Primary LanguageROtherNOASSERTION

ctgovreporting

R-CMD-check

Installation

You can install the development version of ctgovreporting from GitHub with:

# install.packages("devtools")
devtools::install_github("kaneplusplus/ctgovreporting")

Example

library(ctgovreporting)
library(sf)
library(ggplot2)
data(ct_county)
ggplot(ct_county, aes()) +
  geom_sf() +
  theme_bw()