Closed ddalthorp closed 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).
download example data via export .RData to zip files of .csv's (rather than storing multiple copies of data within the package)