list_session_activity {databraryr} | R Documentation |
If a user has access to a volume and session, this function returns the history of modifications to that session.
list_session_activity(session_id = 6256, vb = options::opt("vb"), rq = NULL)
session_id |
Selected session/slot number. |
vb |
Show verbose messages. (Defaults to |
rq |
An |
A list with the activity history on a session/slot.
## 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)