data-raw/county_population.R

## code to prepare `county_population` dataset goes here

library(readr)

county_population <- read_csv("county_population.csv", 
                              col_types = cols(...1 = col_skip()))

usethis::use_data(county_population, overwrite = TRUE)
espors/covidGolem documentation built on April 25, 2022, 9:29 a.m.