View the view info table
getLoggerInfo.RdThis is a convenience function that reads from the view "views.logger_info". Note that there also exists a table "loggers.logger_info" with more limited information. #'
Examples
if (FALSE) { # \dontrun{
connectSeatrack(Username = "testreader", Password = "testreader")
loggerInfo <- getLoggerInfo()
} # }