Description Usage Arguments Value Examples
View source: R/multipleselectionmenu.R
This function opens a graphic interface to allow selection of multiple values.
1 | multipleselectionmenu(options, Title = "Which options?", preselected)
|
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 |
A character object of selected item(s).
1 | multipleselectionmenu(unique(c("DENA-023", "YUCH-004", "WRST-015", "BELA-088")),"Which sites? (select one at a time)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.