list_session_assets: List Assets in a Databrary Session.

View source: R/list_session_assets.R

list_session_assetsR Documentation

List Assets in a Databrary Session.

Description

#' @description [Experimental]

Usage

list_session_assets(session_id = 9807, vb = FALSE, rq = NULL)

Arguments

session_id

An integer. A Databrary session number. Default is 9807, the "materials" folder from Databrary volume 1.

vb

A logical value. Show verbose feedback. Default is FALSE.

rq

An httr2 request object. If NULL, a default request is generated from databraryr::make_default_request().

Details

As of v0.6.3 list_session_assets() replaces an older function that is now named list_volume_session_assets(). The older function requires both a volume ID and a session ID. The new function requires only a session ID.

Value

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

Examples


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

## End(Not run)


PLAY-behaviorome/databraryapi documentation built on April 24, 2024, 4:20 a.m.