Description Usage Arguments Value
This function can be used on groups to merge, intersect, subtract, etc.
1 2 3 4 5 6 7 8 9 | operateOnGroups(
input,
session,
operation,
buttonId,
symbol = " ",
type,
sharedData = sharedData
)
|
input |
Shiny input |
session |
Shiny session |
operation |
Character: set operation |
buttonId |
Character: ID of the button to trigger operation |
symbol |
Character: Unicode symbol to visually indicate the operation performed |
type |
Character: type of group where set operations are to be performed |
sharedData |
Shiny app's global variable |
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.