Load the FIT and CCSP data by county
fit_ccsp_by_county.RdLoad the FIT and CCSP data by county
Examples
d <- fit_ccsp_by_county()
head(d)
#> # A tibble: 6 × 3
#> county FIT CCSP
#> <chr> <lgl> <lgl>
#> 1 Bent FALSE FALSE
#> 2 Eagle FALSE FALSE
#> 3 Elbert FALSE FALSE
#> 4 Gilpin FALSE FALSE
#> 5 Grand FALSE FALSE
#> 6 Gunnison FALSE FALSE
summary(d)
#> county FIT CCSP
#> Length:64 Mode :logical Mode :logical
#> Class :character FALSE:27 FALSE:32
#> Mode :character TRUE :37 TRUE :32