-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Shiny Events
Take a look at the following example and the Shiny documentation:
Possible Use-Cases
It is possible to update 2 tables from the same function, using code like:
observeEvent(input$some_input, {
m2 = ...; # flood all from right;
output$Statistics1 = ...;
output$Statistics2 = ...;
}
The functionality will be useful to:
- Generate multiple statistics on the same matrix:
- compute the matrix (with channels computed on both sides) only once;
- Implement button to regenerate the Random matrix;
- Include a Section in the Thesis: Shiny event handling;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels