knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
library(congress116)
options(width = 90)

congress116

Data on Members of the 116th U.S. Congress

Installation

You can install the released version of congress116 from CRAN with:

install.packages("congress116")

or the development version from Github

remotes::install_github("r-congress/congress116")

Data

Identifiers for members of the 116th U.S. Congress can be found in the congress116 dataset

str(congress116)

Functions

Convenience functions are included for importing and joining Congressional data

pp_join(congress116)


r-congress/congress116 documentation built on Dec. 15, 2019, 12:37 a.m.