census_tbl_df {usdatasets} | R Documentation |
The dataset name has been changed to 'census_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(census_tbl_df)
A tibble with 500 observations and 8 variables:
Year of the census (in integer).
FIPS code for the state (factor with 47 levels).
Total family income (in US dollars).
Age of the individual (in years).
Sex of the individual (factor: male/female).
General race category (factor with 8 levels).
Marital status of the individual (factor with 6 levels).
Total personal income (in US dollars).
US Census Bureau