list_volume_activity: List Activity In A Databrary Volume

View source: R/list_volume_activity.R

list_volume_activityR Documentation

List Activity In A Databrary Volume

Description

If a user has access to a volume, this command lists the modification history of the volume as a

Usage

list_volume_activity(vol_id = 1, vb = FALSE, rq = NULL)

Arguments

vol_id

Selected volume number.

vb

A Boolean value. If TRUE provides verbose output.

rq

An httr2 request object. Defaults to NULL.

Value

A list with the activity history on a volume.

Examples


## Not run: 
# The following will only return output if the user has write privileges
# on the volume.

list_volume_activity(vol_id = 1) # Activity on volume 1.

## End(Not run)


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