chooser: Server function of chooser Module

View source: R/chooserEx.R

chooserR Documentation

Server function of chooser Module

Description

Server function of chooser Module

Usage

chooser(
  input,
  output,
  session,
  leftChoices,
  rightChoices = reactive(c()),
  size = reactive(0),
  width = reactive(130)
)

Arguments

input

input

output

output

session

session

leftChoices

choices for left column

rightChoices

choices for right column

size

number of column lines to be displayed

width

width of left and right columns in pixel


rrtable documentation built on April 5, 2022, 9:08 a.m.