Communities that are part of the Center for Rural Innovation network
Examples
data(cori_communities)
str(cori_communities)
#> spc_tbl_ [33 × 4] (S3: spec_tbl_df/tbl_df/tbl/data.frame)
#> $ rin_community: chr [1:33] "Pine Bluff" "Cochise" "Durango" "North Iowa" ...
#> $ state_abbr : chr [1:33] "AR" "AZ" "CO" "IA" ...
#> $ county : chr [1:33] "Jefferson" "Cochise" "La Plata" "Cerro Gordo" ...
#> $ geoid_co : chr [1:33] "05069" "04003" "08067" "19033" ...
#> - attr(*, "spec")=List of 3
#> ..$ cols :List of 4
#> .. ..$ rin_community: list()
#> .. .. ..- attr(*, "class")= chr [1:2] "collector_character" "collector"
#> .. ..$ state_abbr : list()
#> .. .. ..- attr(*, "class")= chr [1:2] "collector_character" "collector"
#> .. ..$ county : list()
#> .. .. ..- attr(*, "class")= chr [1:2] "collector_character" "collector"
#> .. ..$ geoid_co : list()
#> .. .. ..- attr(*, "class")= chr [1:2] "collector_character" "collector"
#> ..$ default: list()
#> .. ..- attr(*, "class")= chr [1:2] "collector_guess" "collector"
#> ..$ delim : chr ","
#> ..- attr(*, "class")= chr "col_spec"
#> - attr(*, "problems")=<externalptr>