arrowButtonGroupInput: Create arrow buttons

Description Usage Arguments Details

View source: R/arrowButtonGroupInput.R

Description

Create arrow buttons

Usage

1
arrowButtonGroupInput(inputId, type = "h")

Arguments

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

Details

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, ....


yusuzech/shinyEx documentation built on Nov. 5, 2019, 1:22 p.m.