Usage
list_volume_info(vol_id = 1, vb = options::opt("vb"), rq = NULL)
Arguments
- vol_id
Target volume number.
- vb
Show verbose messages. (Defaults to FALSE
, overwritable using option 'databraryr.vb' or environment variable 'R_DATABRARYR_VB')
- 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 basic information about a volume.
Examples
# \donttest{
if (FALSE) { # \dontrun{
list_volume_info() # Sessions in Volume 1
} # }
# }