Skip to content

Commit

Permalink
add readme to main examples directory
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Nov 6, 2023
1 parent 071f4c1 commit 0540851
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions inst/examples/app/REAME.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Example application for {shiny.telemetry}

These 2 folders contain an example application that tracks all inputs using `shiny.telemtry` and the accompanying analytics dashboard.

To run the application, install the necessary dependencies:

```R
install.packages(
c(
"shiny", "semantic.dashboard", "shiny.semantic", "shiny.telemetry",
"dplyr", "config", "shiny.telemtry"
),
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`

0 comments on commit 0540851

Please sign in to comment.