# Inside server_local.R
#single download type
# downloadFile("object_id1",
# logger = ss_userAction.Log,
# filenameroot = "mydownload1",
# datafxns = list(csv = mydatafxn1),
# aspectratio = 1)
#multiple download types
# downloadFile("object_id2",
# logger = ss_userAction.Log,
# filenameroot = "mytype2",
# datafxns = list(csv = mydatafxn1, xlsx = mydatafxn2),
# aspectratio = 1)
Run the code above in your browser using DataLab