guiDlgItemSel {svDialogs}R Documentation

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

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

See Also

guiDlgVarSel

Examples

    #### TO DO...

[Package svDialogs version 0.9-5 Index]