getxl {modgetxl} | R Documentation |
getxl
Description
Convert excel sheets to dataframes, display in DT, and return the dataframes
Usage
getxl(input, output, session)
Arguments
input |
is shiny input variable |
output |
is shiny output variable |
session |
is shiny session variable |
Details
This is a shiny module that presents a file picker UI to get an Excel file name, and reads the Excel sheets using readxl package and returns the resulting sheet(s) as a vector and data in dataframe(s).
See Also
See xlex for examples
[Package modgetxl version 0.4 Index]