list_volume_session_assets: List Assets in a Session from a Databrary volume.

View source: R/list_volume_session_assets.R

list_volume_session_assetsR 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 = FALSE,
  rq = NULL
)

Arguments

vol_id

Target volume number.

session_id

The session number in the selected volume.

vb

A boolean value.

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)


PLAY-behaviorome/databraryapi documentation built on April 29, 2024, 2:16 a.m.