Shiny server module for upload of text (csv, tab) file
Usage
zipFile(input, output, session, loc = "ro")
Arguments
- input
standard shiny input
- output
standard shiny output
- session
standard shiny session object
- loc
local
Value
returns datatable with upload data by using data.table's fread function