We were running an RStudio (pilot) Server and monitored the usage with the admin dashboard. We are now setting up a new server but would like to retain the usage statistics from the old server. Is there a way to access the raw data behind these usage statistics?
Followup question: I would think that I need the package rrd to import this data into r. However, RStudio does not seem to find this package..?
install.packages("rrd")
#> Installing package into 'C:/Users/rata/Documents/R/win-library/3.5'
#> (as 'lib' is unspecified)
#> Warning: package 'rrd' is not available (for R version 3.5.1)