ddalthorp / GenEst

R package development for a generalized mortality estimator
Other
6 stars 6 forks source link

Dan #588

Closed ddalthorp closed 6 years ago

ddalthorp commented 6 years ago

download example data via export .RData to zip files of .csv's (rather than storing multiple copies of data within the package)

ddalthorp commented 6 years ago

The app can accommodate csv and csv2 by silently auto-parsing the format of the file.

Not sure how to automatically read user's mind and download the example data in the desired .csv format (unless they've already uploaded something...then we could just use the same format). One way to do it non-automatically would be via a radio button to the "Getting Starting" page. I've added a button but I'm not sure how to connect it the rest of the app functions (in particular, the "initialOutput" function wasn't working for me when I tried to add rv$csvformat values to its downloadData functions).