multipleselectionmenu: Multiple Selection Menu

Description Usage Arguments Value Examples

View source: R/multipleselectionmenu.R

Description

This function opens a graphic interface to allow selection of multiple values.

Usage

1
multipleselectionmenu(options, Title = "Which options?", preselected)

Arguments

options

Character object of possible values to select.

Title

(optional) Character for title prompt to pop up. Default is "Which options?"

preselected

(optional) character ojbect of sites to be added to the output

Value

A character object of selected item(s).

Examples

1
multipleselectionmenu(unique(c("DENA-023", "YUCH-004", "WRST-015", "BELA-088")),"Which sites? (select one at a time)")

DylanSchertz/AquariusToolsAK documentation built on Feb. 15, 2022, 12:06 a.m.