county_tbl_df {usdatasets} | R Documentation |
The dataset name has been changed to 'county_tbl_df' to avoid confusion with other packages in the R ecosystem from which datasets have been sourced. This naming convention helps distinguish this dataset as part of the 'usdatasets' package and assists users in identifying its specific characteristics. The suffix 'tbl_df' identifies the dataset as a tibble. The original content of the dataset has not been modified in any way.
data(county_tbl_df)
A tibble with 3,142 observations and 15 variables:
Name of the county.
State in which the county is located (factor with 51 levels).
Population of the county in the year 2000.
Population of the county in the year 2010.
Population of the county in the year 2017.
Change in population over the years.
Poverty rate in the county.
Rate of homeownership in the county.
Percentage of multi-unit housing.
Unemployment rate in the county.
Indicates if the county is in a metropolitan area (factor with 2 levels).
Median education level in the county (factor with 4 levels).
Per capita income in the county.
Median household income in the county.
Indicates if there is a smoking ban in place (factor with 3 levels).
United States Census Bureau