list_volume_session_assets {databraryr}R Documentation

List Assets in a Session from a Databrary volume.

Description

#' @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.

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.

Value

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

Examples


## Not run: 
list_volume_session_assets() # Session 9807 in volume 1

## End(Not run)


[Package databraryr version 0.6.6 Index]