Description Usage Arguments Value Author(s)
View source: R/data_input_module.R
Module handling file upload for the application: server
1 2 3 4 5 6 7 8 9 10 11 | fileUpload(
input,
output,
session,
meData,
meName,
initializeData,
addPheno,
dataSource,
resetFile = reactive(NULL)
)
|
input |
module input |
output |
module output |
session |
app session |
meData |
main reactive storing the MRexperiment data |
meName |
main reactive storing the filename uploaded |
initializeData |
reactiveVal keeping track of new uploads to reset data |
addPheno |
reactiveVal keeping track of phenodata changes |
dataSource |
reactive Value storing commands for loading data |
resetFile |
indicating if module should be reset |
boolean denoting successful upload of a file
Janina Reeder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.