get_party_by_id {databraryr}R Documentation

Download Information About a Party on Databrary as JSON

Description

Download Information About a Party on Databrary as JSON

Usage

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

Arguments

party_id

An integer. The party number to retrieve information about.

vb

A Boolean value if TRUE returns verbose output.

rq

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

Value

A nested list with information about the party. This can be readily parsed by other functions.

Examples


## Not run: 
get_party_by_id()

## End(Not run)


[Package databraryr version 0.6.4 Index]