Return an individual record with basic information
Usage
getPerson(peopleID = NULL, legiKey = NULL)
Arguments
- peopleID
integer value from legiscan
- legiKey
32 character string provided by legiscan
Value
A data frame (tibble) containing the individual record. Columns
come from the API response.
Examples
if (FALSE) { # \dontrun{
getPerson(peopleID = 5997)
} # }