downloadfile: shiny download module Server

Description Usage Arguments

Description

shiny download module Server

Usage

1
downloadfile(input, output, session, x, filename)

Arguments

input

refer to https://shiny.rstudio.com/articles/modules.html

output

refer to https://shiny.rstudio.com/articles/modules.html

session

refer to https://shiny.rstudio.com/articles/modules.html

x

data frame or named list of data frames that will be sheets in the xlsx

filename

A string of the filename, including extension, that the user's web browser should default to when downloading the file; or a function that returns such a string. (Reactive values and functions may be used from this function.)


shizidushu/RFunsInUse documentation built on May 24, 2019, 2:03 a.m.