powered by
List Owners of a Databrary Volume.
list_volume_owners(vol_id = 1, vb = options::opt("vb"), rq = NULL)
A data frame with information about a volume's owner(s).
Selected volume number. Default is volume 1.
Show verbose messages. (Defaults to FALSE, overwritable using option 'databraryr.vb' or environment variable 'R_DATABRARYR_VB')
FALSE
An httr2 request object. If NULL (the default) a request will be generated, but this will only permit public information to be returned.
httr2
# \donttest{ list_volume_owners() # Lists information about the owners of volume 1. # }
Run the code above in your browser using DataLab