View source: R/mdl_baseOutput.R
run_download_button | R Documentation |
处理相应的逻辑
run_download_button(
proc_func,
id,
data = iris,
filename = "下载文件.xlsx",
func = write.xlsx
)
proc_func |
相应的函数 |
id |
内码 |
data |
数据 |
filename |
文件名 |
func |
相关的处理函数名,必须有data与file作为入口参数 |
返回值
run_download_button();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.