Skip to contents

List Sessions in Databrary Volume.

Usage

list_volume_sessions(
  vol_id = 1,
  include_vol_data = FALSE,
  vb = options::opt("vb"),
  rq = NULL
)

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.

Value

A data frame with information about all assets in a volume.

Examples

# \donttest{
if (FALSE) { # \dontrun{
list_volume_sessions() # Sessions in Volume 1
} # }
# }