Skip to contents

#' @description [Experimental]

Usage

list_volume_session_assets(
  vol_id = 1,
  session_id = 9807,
  vb = options::opt("vb"),
  rq = NULL
)

Arguments

vol_id

Target volume number.

session_id

The session number in the selected volume.

vb

Show verbose messages. (Defaults to FALSE, overwritable using option 'databraryr.vb' or environment variable 'R_DATABRARYR_VB')

rq

An httr2 request object.

Value

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

Details

list_volume_session_assets() is a new name for the <v0.6.2 list_session_assets() as function. There is a new list_session_assets() function that does not requre the volume ID. The list_volume_session_assets() requires a volume ID.

Examples

# \donttest{
if (FALSE) { # \dontrun{
list_volume_session_assets() # Session 9807 in volume 1
} # }
# }