Skip to contents

Returns a dataframe of bills that an indiviual legislator has sponsored, as specified using their people_id

Usage

getSponsoredList(peopleID = NULL, legiKey = NULL)

Arguments

peopleID

People id integer value

legiKey

32 character string provided by legiscan

Value

Bills sponsored by a specified individual

Examples

if (FALSE) { # \dontrun{
getSponsoredList(peopleID = 5997)
} # }