list_volume_owners: List Owners of a Databrary Volume.

View source: R/list_volume_owners.R

list_volume_ownersR Documentation

List Owners of a Databrary Volume.

Description

List Owners of a Databrary Volume.

Usage

list_volume_owners(vol_id = 1, vb = FALSE, rq = NULL)

Arguments

vol_id

Selected volume number. Default is volume 1.

vb

A boolean value. If TRUE provides verbose output.

rq

An httr2 request object. If NULL (the default) a request will be generated, but this will only permit public information to be returned.

Value

A data frame with information about a volume's owner(s).

Examples


list_volume_owners() # Lists information about the owners of volume 1.


PLAY-behaviorome/databraryapi documentation built on April 19, 2024, 12:15 a.m.