data-raw/state_population.R

## code to prepare `state_population` dataset goes here


library(readr)

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


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