Description Usage Arguments Value Examples
Parse bill meta-data from local json or API response and return a data frame.
1  | parse_bill(bill)
 | 
bill | 
 Path to bill json file or list objected returned from
  | 
A data frame of 24 columns. For more details, see documentation.
1 2 3  | HB1 <- system.file("extdata", "bill/HB1.json", package = "legiscanrr")
HB1 <- parse_bill(HB1)
str(HB1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.