View source: R/get_party_by_id.R
get_party_by_id | R Documentation |
Download Information About a Party on Databrary as JSON
get_party_by_id(
party_id = 6,
parents_children_access = TRUE,
vb = options::opt("vb"),
rq = NULL
)
party_id |
An integer. The party number to retrieve information about. |
parents_children_access |
A logical value. If TRUE (the default), returns all of the data about the party. If FALSE, only a minimum amount of information about the party is returned. |
vb |
Show verbose messages. (Defaults to |
rq |
An |
A nested list with information about the party. This can be readily parsed by other functions.
## Not run:
get_party_by_id()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.