How to get metrics usage data?

Hey, when using the Metrics tab on a shiny application I like the area charts, but is there any way to export the data behind them? I'm trying to do a PoC for a business and the actual numbers behind the graphs would be advantageous.

Cheers,

you can add downloadButtons and set them up to write out a csv of your tabular information.

Thanks for your response, but I actually meant within the shinyapps.io dashboard itself (sorry, should have been clearer about that)

I havent had need to try it myself but the documentation of rsconnect suggests to me their function rsconnect::showMetrics() would perform this task for you.