csvFileInput: csvFileInput

Description Usage Arguments Value Examples

View source: R/module_filecsv.R

Description

shiny UI module for loading csv file. Needs csvFile() in the server function.

Usage

1
csvFileInput(id, label = "CSV file")

Arguments

id

the shiny id to be called internally, as a string.

label

The label that is displayed in the app.

Value

Returns a load file button in a shiny app.

Examples

1
2
3
4
#UI section
#csvFileInput(id = "csv1",label= "load csv file")
#Server Section
#X <- callModule(csvFile,"csv1",stringsAsFactors = F)

avhgenomics/bioKIT documentation built on May 5, 2019, 12:29 a.m.