xldisp {modgetxl} | R Documentation |
xldisp
Description
Server function to display excel data as DT
Usage
xldisp(input, output, session, xlfile, skiprows)
Arguments
input |
is shiny input variable |
output |
is shiny output variable |
session |
is shiny session variable |
xlfile |
is the name of the xl file being got |
skiprows |
is number of rows to skip in the excel file |
[Package modgetxl version 0.4 Index]