-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return a list when auto.assign = TRUE
and there is more than 1 symbol
#373
Comments
this will return different types based on the length of the output (list vs xts) |
So |
just thinking out loud: ideally,
i'd prolly vote for something like 1 or 4 |
Thanks for your thoughts. Making I prefer (1) and I like the idea of a |
getSymbols()
currently errors if you specifyauto.assign = FALSE
with more than one symbol.Instead of throwing an error, we can return a named list of xts objects. This will make it easier to avoid the side-effect of assigning to the calling environment without breaking any backward compatibility.
The text was updated successfully, but these errors were encountered: