View source: R/downloadTable.R
downloadTableButtonUI | R Documentation |
Creates the user interface for a download button to download a data.frame object
downloadTableButtonUI(
id,
initialFileName,
placeholder = "Select filename...",
buttonLabel = "Download table"
)
id |
A unique id name for this Shiny object. Should match up with the
|
initialFileName |
The default name that will be used for the Filename of the downloaded file. |
placeholder |
Placeholder text for the filename input. This adds the placeholder attribute to the HTML input tag. |
buttonLabel |
Text to appear on the download link button |
A set of options for downloading the table, including filename, file format and the all-important download button
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.