list_specified_assets_in_session {databraryr}R Documentation

Lists assets in a given Databrary session (slot).

Description

Lists assets in a given Databrary session (slot).

Usage

list_specified_assets_in_session(
  session_id = 9807,
  media_type = "MPEG-4 video",
  vb = FALSE
)

Arguments

session_id

Slot/session ID.

media_type

A string indicating what type of file.

vb

A Boolean value. If TRUE provides verbose output.

Value

A data frame with the assets in the selected volume and session.


[Package databraryr version 0.6.4 Index]