getSymbols() quantmod library doubt
On 29 December 2025 at 11:23, Andre Luiz Tietbohl Ramos wrote:
| I chose to put everything in a list and operate on it. Welcome to programming, and debugging. In your list processing, fundamentally processing of each symbol is still one distinct call. You can either modify your copy of the data getter (hey, it is open source ...) or wrap its use in another helper function that ensures the correct / expected data format is passed along. Such post-processing is very common when dealing with open or free APIs such as this one ... which after all is non-official. There is even a (half-joking ?) theorem for this. [1] Dirk [1] https://en.wikipedia.org/wiki/Fundamental_theorem_of_software_engineering
dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org