Description Usage Arguments Value Examples
View source: R/module_filecsv.R
shiny UI module for loading csv file. Needs csvFile() in the server function.
1 | csvFileInput(id, label = "CSV file")
|
id |
the shiny id to be called internally, as a string. |
label |
The label that is displayed in the app. |
Returns a load file button in a shiny app.
1 2 3 4 | #UI section
#csvFileInput(id = "csv1",label= "load csv file")
#Server Section
#X <- callModule(csvFile,"csv1",stringsAsFactors = F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.