gselect.list {RQDA}R Documentation

Select Items from a List

Description

Select item(s) from a character vector.

Usage

gselect.list(list, multiple = TRUE, title = NULL, width = 200, height = 500,x=420,y=2, ...)

Arguments

list character vector. A list of items.
multiple logical: can more than one item be selected?
title optional character string for window title.
width integer. width of the widget.
height integer. heighth of the widget.
x
y
... Not used currently.

Details

GTK version of select.list.

Value

A character vector of selected items with encoding of UTF-8. If no item was selected (or 'Cancel' was used), '""' is returned.

Note

The license of this function is subject to interpretation of the first author.

Author(s)

John Verzani and Ronggui HUANG

See Also

select.list

Examples

## Not run: 
select.list(sort(.packages(all.available = TRUE)))
## End(Not run)

[Package RQDA version 0.1-8 Index]