Description Usage Arguments Value
Set new groups according to the user input
1 2 3 4 5 6 7 8 9 10 11 | createGroupFromInput(
session,
input,
output,
dataset,
id,
type,
selected = NULL,
expr = NULL,
groupNames = NULL
)
|
session |
Shiny session |
input |
Shiny input |
output |
Shiny output |
dataset |
Data frame or matrix: dataset of interest |
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 |
Matrix with the group names and respective elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.