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

history

Travis build status

history provides historical data on the Oregon State Legislature.

Currently it contains a chronological list of the House of Representatives based on the list on Chronological List of Oregon Representatives from 1841 to Present on the Chief Clerk's Office website.

If you aren't an R user you may still find the data in chronology-patched.csv useful.

Installation

You can install development version of history with:

# install.packages("devtools")
devtools::install_github("or-house-vis/history")

House Representatives

A historical list of the representatives in the Oregon State House of Representatives is in house_reps:

library(history)
house_reps

The data comes from the Chronological List of Oregon Representatives from 1841 to Present. You can see when the data in this package was retrieved with:

attr(house_reps, "retrieved")

The data parsing steps can be found in /data-raw, in particular the data in the package in CSV form can be found in chronology-patched.csv.

Some patches are made to the data, you can see the changes in the data-raw/README.md.

License

The source code to gather the data and to generate the R package are released under an MIT license.



or-house-vis/history documentation built on May 15, 2019, 1:11 p.m.