For an application hosted on ShinyApps.io, I'd like to build a data set using data from quandl and/or other online data sources. To make sure the data set is always up-to-date, I'll be refreshing it periodically. This part is easy.
Now, suppose I want to track what data is available over time, or the output of some calculations over time, based on the data available at that point. Usually, I would simply save my data set (or, say, a tracking table), but I don't think that anything can be saved and updated regularly on ShinyApps.io. I could imagine, though, that it could be possible to point the data file to a Dropbox account and load and save a data file from there.
My question is: has anyone been able to accomplish this (yet)? Any pieces of code anyone has to share that would show how to do this?
Thanks, Philipp