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


[Package databraryr version 0.6.4 Index]