acs12_tbl_df {usdatasets} | R Documentation |
The dataset name has been changed to 'acs12_tbl_df' to avoid confusion with other packages in the R ecosystem. 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 data frame, helping to differentiate it from other datasets within the package. The original content of the dataset has not been modified in any way.
data(acs12_tbl_df)
A tibble with 2,000 observations and 13 variables:
Income of individuals (integer).
Employment status (factor with 3 levels).
Number of hours worked per week (integer).
Race of individuals (factor with 4 levels).
Age of individuals (integer).
Gender of individuals (factor with 2 levels: "male", "female").
Citizenship status (factor with 2 levels: "no", "yes").
Time taken to travel to work in minutes (integer).
Primary language spoken at home (factor with 2 levels: "english", "other").
Marital status (factor with 2 levels: "no", "yes").
Educational attainment (factor with 3 levels).
Disability status (factor with 2 levels).
Birth quarter of individuals (factor with 4 levels).
American Community Survey, 2012.