You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getQuote and getSymbols accept ";" delimited symbols as input. Not all dispatched getQuote implementations handle this. better to consolidate this into the master getQuote function before dispatching to to the sources.
Centralize strsplit functionality into main getQuote function to avoid
code duplication. Remove strsplit calls from individual functions.
Fixes#284. Closes#285.
Description
getQuote
andgetSymbols
accept ";" delimited symbols as input. Not all dispatched getQuote implementations handle this. better to consolidate this into the mastergetQuote
function before dispatching to to the sources.Minimal, reproducible example
The text was updated successfully, but these errors were encountered: