downloadCsv {shinylight} | R Documentation |
Encodes a data frame as a CSV file to be downloaded
Description
Encodes a data frame as a CSV file to be downloaded
Usage
downloadCsv(results)
Arguments
results |
Data frame to be returned |
Value
A list to be returned to the browser describing a CSV file to be downloaded.
[Package shinylight version 1.2 Index]