getxl {modgetxl} | R Documentation |
Convert excel sheets to dataframes, display in DT, and return the dataframes
getxl(input, output, session)
input |
is shiny input variable |
output |
is shiny output variable |
session |
is shiny session variable |
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 xlex for examples