combo: Combobox to manipulate a string variable by offering a list...

Description Usage Arguments Value See Also

Description

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

Usage

1
  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


twiddler documentation built on May 2, 2019, 2:46 p.m.

Related to combo in twiddler...