Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up279 get quote resillience 2 #288
Conversation
explicitly call curl::curl. for some unknown reasosn the direct call to fromJSON causes erros with long symbol lists
moved coumn name and missing row handling into master function
added test for batch size and correct row labeling
Also fix typo in Tiingo column name and address whitespace/formatting.
fixed column name
|
Is the "Update getQuote.R" commit message subject is something that GitHub is automatically doing for you? I prefer that commit messages use this format, where the subject briefly (in ~50 characters) describes what will happen if the commit is applied. |
|
probably a github desktop https://desktop.github.com thing. I will watch out for that. apologies |
This reverts commit 5ff4cd6.
|
This is merged, even though GitHub says it's "Closed". I squash-merged from the command line and pushed... assuming it would do the same thing GitHub does. That's what I get for trying not to use the web interface, I guess. |
getQuote would fail if the source did not recognize any of the supplied symbols. this was particularly problematic on large batches where a single failure would cause a stop and there was no way to diagnose which symbol had caused the problem
All getQuote paths now return NA rows for missing quotes
centralized row name and missing row handling into master
added explicit curl calls as direct fromJSON calls sometimes failed on long symbol lists