Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7356c6d

Browse files
committed
fix: url
1 parent6aec861 commit7356c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎vignettes/rhino.Rmd‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ We recommend creating an instance of `Telemetry` on the `app/main.R` and then st
162162
This will create a text file with the events tracked by`{shiny.telemetry}`.
163163
It is the simplest storage backend available and the file contains JSON data that can be easily read and processed.
164164

165-
To learn about other backends see the["Use External Databases with shiny.telemetry" guide](databases.Rmd).
165+
To learn about other backends see the["Use External Databases with shiny.telemetry" guide](https://appsilon.github.io/shiny.telemetry/articles/databases.html).
166166

167167
Please note, that the values themselves are not tracked by default and need to be enabled by setting the`track_values` parameter to`TRUE` in the[`start_session()`](https://appsilon.github.io/shiny.telemetry/reference/Telemetry.html#method-Telemetry-start_session) method.
168168
In this example we are enabling them to help demonstrate the capabilities of`{shiny.telemetry}`.
@@ -184,7 +184,7 @@ server <- function(id) {
184184
```
185185

186186
The[`telemetry$start_session()`](https://appsilon.github.io/shiny.telemetry/reference/Telemetry.html#method-Telemetry-start_session) call can be customized to enable/disable different types of events and can be further extended to include/exclude input ids.
187-
See the[Guide on tracking specific inputs](tracking-specific-input-id.Rmd) for more details.
187+
See the[Guide on tracking specific inputs](https://appsilon.github.io/shiny.telemetry/articles/tracking-specific-input-id.html) for more details.
188188

189189
The application is now ready to track the input changes, login, logout and browser version. Start the application and test it out yourself.
190190

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp