list_authorized_investigators {databraryr}R Documentation

List Authorized Investigators at Institution

Description

List Authorized Investigators at Institution

Usage

list_authorized_investigators(party_id = 12, vb = FALSE, rq = NULL)

Arguments

party_id

Target party ID.

vb

A Boolean value. If TRUE provides verbose output.

rq

An httr2-style request object. If NULL, then a new request will be generated using make_default_request().

Value

A data frame with information the institution's authorized investigators.

Examples


## Not run: 
list_institutional_affiliates() # Default is Penn State (party 12)

## End(Not run)


[Package databraryr version 0.6.4 Index]