View source: R/mdl_baseOutput.R
proc_download_button | R Documentation |
编写处理逻辑的框架
proc_download_button(
input,
output,
session,
data = iris,
filename = "下载文件.xlsx",
func = write.xlsx
)
input |
输入 |
output |
输出 |
session |
会话 |
data |
需要下载的数据R对象 |
filename |
文件名 |
func |
处理函数 |
返回值
proc_download_button();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.