columnSelModule {Mosaic}R Documentation

columnSelModule

Description

server module for selection of columns to show in main Table

Usage

columnSelModule(input, output, session, reactives = reactive({     (list())
  }), values = reactiveValues(), static = list(), load = reactive({    
  list() }))

Arguments

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)


[Package Mosaic version 0.7.0 Index]