shiny.telemetry
'Shiny' App Usage Telemetry
Enables instrumentation of 'Shiny' apps for tracking user session events such as input changes, browser type, and session duration. These events can be sent to any of the available storage backends and analyzed using the included 'Shiny' app to gain insights about app usage and adoption.
README
## Example application for {shiny.telemetry}
> Simple Shiny dashboard with inputs and tabular navigation to test run `shiny.telemetry`
These 2 folders contain an example application that tracks all inputs using `shiny.telemtry` and the accompanying analytics dashboard.
#### Run the example
To run the application, install the necessary dependencies:
```R
install.packages(
c(
"shiny.telemetry", "dplyr", "config"
),
dependencies = c("Depends", "Imports", "Suggests")
)
```
And start the R/Shiny app by: `shiny::runApp("instrumentation")`
Afterwards, the analytics application will have access to the data and can be started by: `shiny::runApp("instrumentation")`
For more information, visit the [documentation](https://appsilon.github.io/shiny.telemetry/) of `shiny.telemetry`
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
0.3.2 |
rolling linux/jammy R-4.5 | shiny.telemetry_0.3.2.tar.gz |
1.5 MiB |
0.3.2 |
rolling linux/noble R-4.5 | shiny.telemetry_0.3.2.tar.gz |
1.5 MiB |
0.3.2 |
rolling source/ R- | shiny.telemetry_0.3.2.tar.gz |
1.8 MiB |
0.3.2 |
latest linux/jammy R-4.5 | shiny.telemetry_0.3.2.tar.gz |
1.5 MiB |
0.3.2 |
latest linux/noble R-4.5 | shiny.telemetry_0.3.2.tar.gz |
1.5 MiB |
0.3.2 |
latest source/ R- | shiny.telemetry_0.3.2.tar.gz |
1.8 MiB |
0.3.2 |
2026-04-26 source/ R- | shiny.telemetry_0.3.2.tar.gz |
1.8 MiB |
0.3.2 |
2026-04-23 source/ R- | shiny.telemetry_0.3.2.tar.gz |
1.8 MiB |
0.3.2 |
2026-04-09 windows/windows R-4.5 | shiny.telemetry_0.3.2.zip |
1.6 MiB |
0.3.1 |
2025-04-20 source/ R- | shiny.telemetry_0.3.1.tar.gz |
1.8 MiB |