list_volume_sessions: List Sessions in Databrary Volume.
Description
List Sessions in Databrary Volume.
Usage
list_volume_sessions(
vol_id = 1,
include_vol_data = FALSE,
vb = options::opt("vb"),
rq = NULL
)
Value
A data frame with information about all assets in a volume.
Arguments
- vol_id
Target volume number.
- include_vol_data
A Boolean value. Include volume-level metadata
or not. Default is FALSE.
- 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.
Examples
Run this code# \donttest{
if (FALSE) {
list_volume_sessions() # Sessions in Volume 1
}
# }
Run the code above in your browser using DataLab