getxl: getxl

Description Usage Arguments Details See Also

View source: R/xl.R

Description

Convert excel sheets to dataframes, display in DT, and return the dataframes

Usage

1
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


modgetxl documentation built on July 9, 2020, 9:06 a.m.

Related to getxl in modgetxl...