chooser2: Server function of chooser2 Module

View source: R/chooserEx.R

chooser2R Documentation

Server function of chooser2 Module

Description

Server function of chooser2 Module

Usage

chooser2(
  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.