Description Usage Arguments See Also
A Link that targets specific Turbo visits
1 | turbo_link(..., action = c("advance", "replace"), frame = NULL, tag = tags$a)
|
... |
(tag) content of the page |
action |
(str) advance (add history) or replace (don't add history) |
frame |
(str) targeted frame (can be "_top" for whole page) or NULL for the ancestor turbo frame. |
tag |
(fun) target function to generate tag |
Other Turbo:
turbo_assets()
,
turbo_frame()
,
turbo_listener()
,
turbo_modifiers
,
turbo_stream()
,
turbo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.