View the active logger sessions
getActiveSessions.RdThis is a convenience function that reads from the view "views.active_logging_sessions. It simply lists all logging sessions marked "active = TRUE"
Examples
if (FALSE) { # \dontrun{
connectSeatrack(Username = "testreader", Password = "testreader")
activeSessions <- getActiveSessions()
} # }