list_session_activity {databraryr} | R Documentation |
List Activity History in Databrary Session.
Description
If a user has access to a volume and session, this function returns the history of modifications to that session.
Usage
list_session_activity(session_id = 6256, vb = options::opt("vb"), rq = NULL)
Arguments
session_id |
Selected session/slot number. |
vb |
Show verbose messages. (Defaults to |
rq |
An |
Value
A list with the activity history on a session/slot.
Examples
## Not run:
# The following will only return output if the user has write privileges
# on the session.
list_session_activity(session_id = 6256, vb = FALSE) # Activity for session 6256.
## End(Not run)
[Package databraryr version 0.6.6 Index]