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
Individual record in dataframe format
Examples
if (FALSE) { # \dontrun{
getPerson(peopleID = 5997)
} # }