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 up247 getquote tiingo #250
247 getquote tiingo #250
Conversation
|
solves #247 |
|
Thanks for the PR! There are a few cosmetic things I would change, and I would like to refactor to avoid the code duplication in the I would also like to rebase to merge your two 'fixup' commits, and amend some of the commit messages. Is that okay with you? It might cause you some grief when you update your local copy. |
|
have at it. i have "allow edits for maintainers" checked. is that what you need? |
|
Yep, thanks! |
The `$` data.frame subset method does partial column name matching, and returns NULL if the column name is not found. The `[` data.frame subset method will throw an error if the column name is not found.
`min(Symbols, i + batch.size - 1L)` would always return the second argument because Symbols is a character vector. This should be `length(Symbols)`. Calculate the last batch observation index once at the top of the loop and use it in the printed message and when creating the URL. See #247.
b96afcb
into
joshuaulrich:master
No description provided.