list_session_assets {databraryr}R Documentation

List Assets in a Databrary Session.

Description

#' @description [Experimental]

Usage

list_session_assets(session_id = 9807, vb = options::opt("vb"), rq = NULL)

Arguments

session_id

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

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, 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)


[Package databraryr version 0.6.6 Index]