Learn R Programming

SciViews (version 0.8-9)

guiDlgItemSel: A select item(s) dialog box

Description

Select item(s) in a list or a data frame

Usage

guiDlgItemSel(list, classes = NULL, title = "Select items", default = "",
    default.items = "", all.names = FALSE, multi = FALSE, sort = TRUE,
    sort.items = FALSE, subset = FALSE, save.restore = FALSE, parent = 0, GUI = getOption("guiWidgets"))

Arguments

list
The list to display in the dialog box
classes
Classes to use
title
The title of the dialog box
default
The default value
default.items
The default items selected
all.names
Do we use all.names?
multi
Is a multiple selection allowed?
sort
Do we sort the list?
sort.items
Do we sort items in the list?
subset
Do we allow subsetting the list?
save.restore
Do we save restore information?
parent
Which window is the parent of this dialog box?
GUI
Which GUI toolkit do we use?

Value

  • A list containing selected items

See Also

guiDlgVarSel

Examples

Run this code
#### TO DO...

Run the code above in your browser using DataLab