R/congress.R

#' @title Congress Dataframe
#' @description Contains data for members of the US Congress
#' @format A data frame with 541 rows and 24 variables:
#' \describe{
#'   \item{\code{name}}{character Name}
#'   \item{\code{bioguide_id}}{character Unique ID}
#'   \item{\code{birthday_bio}}{character Date of birth}
#'   \item{\code{cspan_id}}{double Cspan ID}
#'   \item{\code{fec_id}}{character FEC ID}
#'   \item{\code{first_name}}{character First Name}
#'   \item{\code{gender}}{character gender}
#'   \item{\code{google_entity_id_id}}{character google ID}
#'   \item{\code{govtrack_id}}{integer govtrack ID}
#'   \item{\code{house_history_id}}{double House History ID}
#'   \item{\code{icpsr_id}}{double icpsr ID}
#'   \item{\code{last_name}}{character Last Name}
#'   \item{\code{lis_id}}{character lis ID}
#'   \item{\code{maplight_id}}{double maplight ID}
#'   \item{\code{middle_name}}{character Middle Name}
#'   \item{\code{nickname_name}}{character Nickname}
#'   \item{\code{official_full_name}}{character Legal Name}
#'   \item{\code{opensecrets_id}}{character Opensecrets ID}
#'   \item{\code{religion}}{character Religion}
#'   \item{\code{suffix_name}}{character Suffix}
#'   \item{\code{thomas_id}}{integer thomas ID}
#'   \item{\code{votesmart_id}}{double votesmart ID}
#'   \item{\code{wikidata_id}}{character Wikidata ID}
#'   \item{\code{wikipedia_id}}{character Wikipedia ID}
#'}
#' @details Contains Information on members of the US Congress
#' @docType data
#' @keywords datasets
#' @name congress
#' @usage congress
#' @source \href{https://data.world/govtrack/us-congress-legislators}{https://data.world/govtrack/us-congress-legislators}
NULL
hkarp1/fuz.merge documentation built on Sept. 2, 2020, 12:05 a.m.