trigger_button | R Documentation |
A version of shiny::actionButton
that triggers
the next psychTestR page.
trigger_button(
inputId,
label,
icon = NULL,
width = NULL,
enable_after = 0,
style = "",
...
)
inputId |
The |
label |
The contents of the button or linkâusually a text label, but you could also use any other HTML, like an image. |
icon |
An optional |
width |
The width of the input, e.g. |
enable_after |
Number of seconds after which responses should be permitted. |
style |
CSS style information (character scalar). |
... |
Named attributes to be applied to the button or link. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.