I have financial data stream from redis and/or rabbitmq. And would like to chart it with quantmod. I found in documentation that getSymbols
has some predefined sources (yahoo, csv and others), but need none of them. So questions:
- How load data from custom data.frame?
- How add new tick in case real-time translation?
In comments was said that no way to plot real-time with quantmod, so is any R package compatible with shiny for real-time plotting?