Description Usage Arguments Details Value Author(s) See Also Examples
The function listSelect
takes two functions which define
how the type information and content of R objects will be shown on
the widget created by listSelect
.
Functions stdType()
and stdView()
provide the default
behavior.
1 2 |
toCheck, toView |
arbitrary R object. |
These functions can be viewed as exmaples of defining functions for
the typeFun
and valueFun
arguments of the
listSelect
function.
stdType()
returns a character string describing the type of the
R object.
stdView()
Jianhua Zhang
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.