is_institution {databraryr} | R Documentation |
Is This Party An Institution?
Description
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 |
rq |
An |
Value
TRUE if the party is an institution, FALSE otherwise.
Examples
is_institution() # Is party 8 (NYU) an institution.
[Package databraryr version 0.6.6 Index]