tkDropDown: Create a TCL/TK Drop-Down List

Description Usage Arguments Value Examples

View source: R/Auto_Complete.R

Description

Create a TCL/TK Drop-Down List

Usage

1
tkDropDown(varList, title = "Select a Word", default = 0L)

Arguments

varList

Variable names to choose from (character vector)/

title

Title of the pop-up (character scalar).

default

Default selection for the drop-down list (integer scalar).

Value

The selected variable name.

Examples

1
2
3
4
5
## Not run: 
  tkDropDown(letters)
  tkDropDown(letters, "Select a Variable")

## End(Not run)

KO112/KO documentation built on Oct. 2, 2020, 9:21 a.m.