Returns the Avatar(s) (images) for Authorized User(s).
Source:R/download_party_avatar.R
download_party_avatar.Rd
Returns the Avatar(s) (images) for Authorized User(s).
Usage
download_party_avatar(
party_id = 6,
show_party_info = TRUE,
vb = options::opt("vb"),
rq = NULL
)
Arguments
- party_id
A number or range of numbers. Party number or numbers to retrieve information about. Default is 6 (Rick Gilmore).
- show_party_info
A logical value. Show the person's name and affiliation in the output. Default is TRUE.
- vb
Show verbose messages. (Defaults to
FALSE
, overwritable using option 'databraryr.vb' or environment variable 'R_DATABRARYR_VB')- rq
An
httr2
request object. If not provided, a new request is generated viamake_default_request()
.