app_download_functions {GenEst} | R Documentation |
GenEst app download funtions
Description
Handle downloading of app data and figures
Usage
downloadCPFig(rv)
downloadCPmod(rv, input)
downloadSEFig(rv)
downloadSEmod(rv, input)
downloadgFig(rv, sc)
downloadMres(rv, input)
downloadMFig(rv, split = TRUE)
downloadTable(filename, tablename, csvformat)
downloadgres(rv, input)
Arguments
rv |
the reactive values list |
input |
list of shiny input parameters |
sc |
size class |
split |
logical indicator to use the split or not |
filename |
the name for the file writing out |
tablename |
the name of the table in the rv list |
csvformat |
format for .csv file: "" or NULL for comma-separated, 2 for semi-colon separated |
Value
download handler functions
[Package GenEst version 1.4.9 Index]