list_individual_sponsors: List A Party's Individual Sponsors.

View source: R/list_individual_sponsors.R

list_individual_sponsorsR Documentation

List A Party's Individual Sponsors.

Description

[Deprecated]

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 httr2 request object. If NULL (the default) a request will be generated, but this will only permit public information to be returned.

Value

A data frame with information about a party.

Examples


## Not run: 
list_individual_sponsors() # Default is Kasey Soska (party 406)


## End(Not run)



PLAY-behaviorome/databraryapi documentation built on April 24, 2024, 4:20 a.m.