knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) library(congress116) options(width = 90)
Data on Members of the 116th U.S. Congress
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")
Identifiers for members of the 116th U.S. Congress can be found in the congress116
dataset
str(congress116)
Convenience functions are included for importing and joining Congressional data
pp_join(congress116)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.