| columnSelModule {Mosaic} | R Documentation |
server module for selection of columns to show in main Table
columnSelModule(input, output, session, reactives = reactive({ (list())
}), values = reactiveValues(), static = list(), load = reactive({
list() }))
input |
|
output |
|
session |
|
reactives |
import reactive data from the shiny session |
values |
import reactiveValues from the shiny session |
static |
import static values |
load |
data to load from previous session (not implemented) |