show_dataUI: show_dataUI

Description Usage Arguments Value Examples

Description

This function has to be set in the UI part of a shiny application It add a windows containing a radioButton to apply a function on a numeric vector. show_data function has to be set in the Server part.

Usage

1

Arguments

id

An id that will be used to create a namespace

Value

UI page

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
# In UI :
show_dataUI(id = "mod3")
# In Server
callModule(module = show_data,
    id = "mod3",
    variable = reactive(dataset$data_var_x))

## End(Not run)

ardata-fr/Shiny-Modules-Tutorials documentation built on June 27, 2019, 4:20 p.m.