
Read the activity log files into R
read_activity_log.RdRead the activity log files into R
Value
A named list with elements connections and stats,
both data.frames with a snapshot_time POSIXct column.
Examples
if (FALSE) { # \dontrun{
log <- read_activity_log("~/db_logs")
log <- read_activity_log("~/db_logs", from = Sys.Date() - 30)
} # }