list_authorized_investigators: List Authorized Investigators at Institution

View source: R/list_authorized_investigators.R

list_authorized_investigatorsR Documentation

List Authorized Investigators at Institution

Description

List Authorized Investigators at Institution

Usage

list_authorized_investigators(
  party_id = 12,
  vb = options::opt("vb"),
  rq = NULL
)

Arguments

party_id

Target party ID.

vb

Show verbose messages. (Defaults to FALSE, overwritable using option 'databraryr.vb' or environment variable 'R_DATABRARYR_VB')

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)


PLAY-behaviorome/databraryapi documentation built on Sept. 24, 2024, 8:29 a.m.