is_person {databraryr}R Documentation

Is This Party A Person?

Description

Is This Party A Person?

Usage

is_person(party_id = 7, 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 a person, FALSE otherwise.

Examples


is_person()



[Package databraryr version 0.6.6 Index]