Last data update: 2014.03.03

R: Combobox to manipulate a string variable by offering a list...
comboR Documentation

Combobox to manipulate a string variable by offering a list of alternative expressions

Description

combo creates a combo twiddlerControl for selecting elements from a list of alternative expressions as substitutions for a variable.

Usage

  combo(..., list = NULL, label = as.character(NA))

Arguments

...

At least two alternative R expressions to choose from.

list

A list of arguments to append to the contents of ... .

label

The text label of the combobox.

Value

An object of class twiddlerControl.

See Also

twiddle

Results