Is it possible (and/or is there a recommended way) to use {shinylogs}, which logs interactions with a Shiny app, when the app is hosted via shinyapps.io?
{shinylogs} creates JSON log files in a /log
directory. Locally, this works fine for me. I wonder if I can simply download the tar file from shinyapps.io and then read the JSON files; or if there is a way to do this programmatically (and on a regular basis). I also wonder whether I'm missing something obvious about how to interact with files on shinyapps.io.
EDIT: I now am unclear as to whether it's possible to use this with shinyapps.io.