### Description When applying the function `getSymbols()`, it errors and does not return a result. ### Minimal, reproducible example ```r getSymbols("AAPL") ## Error in new.session() : Could not establish session after 5 attempts. ```
Description
When applying the function
getSymbols(), it errors and does not return a result.Minimal, reproducible example