Skip to contents

Sample cori network community data with 4 columns - rin_community, state_abbr, county, geoid_co.

Source

https://github.com/ruralinnovation/map48-project

Value

cori_network_communities

a tibble

Examples

data(cori_network_communities)
str(cori_network_communities)
#> spec_tbl_df [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>