R/committees.R

#' @title Committees Dataframe
#' @description Data on the Committees of the US Congress
#' @format A data frame with 5748 rows and 9 variables:
#' \describe{
#'   \item{\code{name}}{character Committee Member's Name}
#'   \item{\code{party}}{character Committee Member's Pary}
#'   \item{\code{rank}}{integer Member's rank in the committee}
#'   \item{\code{title}}{character Leadership position, if any}
#'   \item{\code{house_committee_id}}{character Committee ID}
#'   \item{\code{jurisdiction}}{character Jursidiction}
#'   \item{\code{committee_name}}{character Committee Name}
#'   \item{\code{sub_name}}{character Sub-Committee Name}
#'   \item{\code{type}}{integer type of committee: house, senate or joint}
#'}
#' @details Data on the Committees of the US Congress
#' @docType data
#' @keywords datasets
#' @name committees
#' @usage committees
#' @source \href{https://data.world/govtrack/congressional-committees}{https://data.world/govtrack/congressional-committees}
NULL
hkarp1/fuz.merge documentation built on Sept. 2, 2020, 12:05 a.m.