knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  warning = FALSE
)
library(legiscanrr)
names(lookup_table)

States ID

head(lookup_table$stateID)
tail(lookup_table$stateID)

Bill status ID

knitr::kable(lookup_table$billStatusDict)

Bill progress ID

knitr::kable(lookup_table$billProgressDict)

Bill type ID

knitr::kable(lookup_table$billTypeDict)

Bill text type ID

knitr::kable(lookup_table$billTextTypeDict)

Sponsor type ID

knitr::kable(lookup_table$billSponsorDict)


fanghuiz/legiscanrr documentation built on Jan. 13, 2020, 4:51 a.m.