list_volume_owners {databraryr} | R 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 |
Value
A data frame with information about a volume's owner(s).
Examples
list_volume_owners() # Lists information about the owners of volume 1.
[Package databraryr version 0.6.4 Index]