Description Usage Arguments Details
View source: R/arrowButtonGroupInput.R
Create arrow buttons
1 | arrowButtonGroupInput(inputId, type = "h")
|
inputId |
id in UI for this input |
type |
default to "h", valid values are "h" fo horizontal, "v" for vertical and "a" for four directions |
Since shiny won't react to static input, the values for each arrowButton returns the selected direction with the following format: 1. left:1, left:2, .... 2. right:1, right:2, .... 3. up:1, up:2, .... 4. down:1, down:2, ....
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.