Use reactivePoll to accumulate data for output
问题 I just noticed reactivePoll() recently - but need a bit of help figuring it out for my use case. I want to accumulate data into a vector, list, or data.frame (doesn't matter), then plot the data, with the UI showing a graph with data accumulating as new data comes in. The problem is I don't see how to add new data to old data without replacing the old data. In this example (https://gist.github.com/sckott/7388855) I only get the initial row in the data.frame, and the newest one, not an