parse_people: Parse legislator information

Description Usage Arguments Value Examples

View source: R/parse_people.R

Description

Parse bill sponsor information from local json. (support for parsing from API response not yet available.)

Usage

1
parse_people(people_json)

Arguments

people_json

Path to people json file

Value

A data frame of 20 columns. For more details, see documentation.

Examples

1
2
3
person_8630 <- system.file("extdata", "people/8630.json", package = "legiscanrr")
person_8630 <- parse_people(person_8630)
str(person_8630)

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