Here's a tricky one I haven't seen asked yet. Is there a way to create a reactive data frame? I'm building an app to do analyses on data from Clinicaltrials.gov - I'll have a sidebar which is basically the search engine. Hitting "submit" downloads a set of XML files matching the search criteria. The problem is, sometimes this can take a few minutes. I would like to be able to create one data frame from this data which I can use in my analyses, and it will only update when the search is changed. Any ideas?
--