Description Usage Arguments Details Value Author(s) References See Also Examples
Given a vector of characters, this function creates a widget containing list box to allow users to visually select elements from the vector.
1 | pickItems(items, title1 = "Items to pick", title2 = "Picked items")
|
items |
|
title1 |
|
title2 |
|
This function is to provide visual support to other functions and thus may not have much use otherwise.
This function returns a vector of select items.
Jianhua Zhang
R tcltk
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.