View source: R/downloadTable.R
downloadTableButton | R Documentation |
Please use
downloadTableButtonServer()
instead.
Processes and initiates the download of a table, matrix or data frame.
downloadTableButton(input, output, session, dataFrameObject)
input , output , session |
Needed for Shiny. |
dataFrameObject |
The name of the table, matrix or data frame object that is to be exported. |
Downloads the table with the inputted filename
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.