downloadTableButtonServer: Download Plot Button (server)

View source: R/downloadTable.R

downloadTableButtonServerR Documentation

Download Plot Button (server)

Description

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

Usage

downloadTableButtonServer(id, dataFrameObject)

Arguments

id

Character value that uniquely identifies this instance of the module. Should match up with the id value for one downloadTableButtonUI().

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.