downloadTableButton: Download Plot Button (server)

View source: R/downloadTable.R

downloadTableButtonR Documentation

Download Plot Button (server)

Description

[Deprecated] Please use downloadTableButtonServer() instead.

Processes and initiates the download of a table, matrix or data frame.

Usage

downloadTableButton(input, output, session, dataFrameObject)

Arguments

input, output, session

Needed for Shiny.

dataFrameObject

The name of the table, matrix or data frame object that is to be exported.

Value

Downloads the table with the inputted filename


keithnewman/shinyDownload documentation built on March 13, 2024, 6:35 a.m.