getValues: Input values for a widget

Description Usage Arguments Value Examples

View source: R/getValues.R

Description

Returns a named list of input values for widget. If simplify is set to TRUE then a list with one element just returns this element instead of a list.

Usage

1
getValues(env, input, simplify = FALSE)

Arguments

env

widget

input

list: named list of input values in your app. It is the first parameter of the server function.

simplify

logical: should return be simplified (default: FALSE)

Value

named list with the values

Examples

1
2
w <- widgetFontSize('widget')
getValues(w, NULL)

sigbertklinke/mmstat documentation built on May 14, 2019, 8:36 a.m.