inst/examples/app/README.md

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:

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 of shiny.telemetry



Try the shiny.telemetry package in your browser

Any scripts or data that you put into this service are public.

shiny.telemetry documentation built on Oct. 15, 2024, 9:09 a.m.