powered by
If a user has access to a volume, this command lists the modification history of the volume as a
list_volume_activity(vol_id = 1, vb = options::opt("vb"), rq = NULL)
A list with the activity history on a volume.
Selected volume number.
Show verbose messages. (Defaults to FALSE, overwritable using option 'databraryr.vb' or environment variable 'R_DATABRARYR_VB')
FALSE
An httr2 request object. Defaults to NULL.
httr2
# \donttest{ if (FALSE) { # 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. } # }
Run the code above in your browser using DataLab