list_party_volumes {databraryr}R Documentation

List Volumes For A Party

Description

List Volumes For A Party

Usage

list_party_volumes(party_id = 6, vb = FALSE, rq = NULL)

Arguments

party_id

Target party ID.

vb

A Boolean value. If TRUE provides verbose output.

rq

An httr2-style request object. If NULL, then a new request will be generated using make_default_request().

Value

A data frame with information about a party's sponsors.

Examples


## Not run: 
list_party_volumes() # Default is Rick Gilmore (party 6)

## End(Not run)


[Package databraryr version 0.6.4 Index]