Description Usage Arguments Value
Prepare to create group according to specific details
1 2 3 4 5 6 7 8 9 10 | createGroup(
session,
input,
output,
id,
type,
selected = NULL,
expr = NULL,
groupNames = NULL
)
|
session |
Shiny session |
input |
Shiny input |
output |
Shiny output |
id |
Character: identifier of the group selection |
type |
Character: type of group to create |
selected |
Character: selected item |
expr |
Character: expression |
groupNames |
Character: group names |
NULL
(function is only used to modify the Shiny session's
state or internal variables)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.