Run example telemetry analytics dashboard
Usage
analytics_app(data_storage)
Arguments
- data_storage
data_storage instance that will handle all backend read
and writes.
Value
An object that represents the analytics app. Printing the object or
passing it to `shiny::runApp()` will run it.