list_individual_sponsors {databraryr} | R Documentation |
List A Party's Individual Sponsors.
Description
This function has been deprecated and may be removed in a future release.
See list_party_sponsors()
for similar functionality.
A party (person or institution) may have a sponsor that is another person or an institution. This function lists the person(s) who sponsor a party.
Usage
list_individual_sponsors(party_id = 406, vb = FALSE, rq = NULL)
Arguments
party_id |
Party number. Default is 406 (Kasey Soska) |
vb |
A Boolean value. If TRUE provides verbose output. |
rq |
An |
Value
A data frame with information about a party.
Examples
## Not run:
list_individual_sponsors() # Default is Kasey Soska (party 406)
## End(Not run)
[Package databraryr version 0.6.4 Index]