Is This Party An Institution?
Usage
is_institution(party_id = 8, vb = options::opt("vb"), rq = NULL)
Arguments
- party_id
Databrary party ID
- vb
Show verbose messages. (Defaults to FALSE
, overwritable using option 'databraryr.vb' or environment variable 'R_DATABRARYR_VB')
- rq
An httr2
request object.
Value
TRUE if the party is an institution, FALSE otherwise.
Examples
# \donttest{
is_institution() # Is party 8 (NYU) an institution.
#> [1] TRUE
# }