Description Usage Arguments Value Examples
Parse bill sponsor information from local json. (support for parsing from API response not yet available.)
1  | parse_people(people_json)
 | 
people_json | 
 Path to people json file  | 
A data frame of 20 columns. For more details, see documentation.
1 2 3  | person_8630 <- system.file("extdata", "people/8630.json", package = "legiscanrr")
person_8630 <- parse_people(person_8630)
str(person_8630)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.