Skip to contents

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

# \donttest{
if (FALSE) { # \dontrun{
# 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.
} # }
# }