house_tbl_df {usdatasets} | R Documentation |
The dataset name has been changed to 'house_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(house_tbl_df)
A tibble with 116 observations and 12 variables:
Congress number (numeric).
Starting year of the congress (numeric).
Ending year of the congress (numeric).
Total number of seats in the House of Representatives (numeric).
Abbreviation of the first party (character).
Number of seats for the first party (numeric).
Abbreviation of the second party (character).
Number of seats for the second party (numeric).
Number of seats for other parties (numeric).
Number of vacant seats (numeric).
Number of delegate seats (numeric).
Number of resident commissioner seats (numeric).
Historical House of Representatives Data