list_volume_activity {databraryr}R 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 = options::opt("vb"), rq = NULL)

Arguments

vol_id

Selected volume number.

vb

Show verbose messages. (Defaults to FALSE, overwritable using option 'databraryr.vb' or environment variable 'R_DATABRARYR_VB')

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)


[Package databraryr version 0.6.6 Index]