load_dataset: load_datasetUI

Description Usage Arguments Value Examples

Description

This function has to be set in the Server part of a shiny application it adds the load data windows. load_datasetUI function has to be set in the UI part.

Usage

1
load_dataset(input, output, session)

Arguments

input

Not a real parameter, should not be set manually. Done by callModule automatically.

output

Not a real parameter, should not be set manually. Done by callModule automatically.

session

Not a real parameter, should not be set manually. Done by callModule automatically.

Value

Server logic

Examples

1
2
3
4
5
6
7
## Not run: 
# In UI :
load_datasetUI(id = "mod1")
# In Server
data_module1 <- callModule(module = load_dataset, id = "mod1")

## End(Not run)

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