R Programming
I have no problem importing financial data from yahoo/FRED with index ticker such as TSLA, AAPL but when a particular stock is named after a numerical such as 1475.T
The error returns is Error: unexpected symbol in "print(1475.T"
Any expert out there who can point out what is the mistake? Otherwise, no error occurs for other stock ticker that doesn't consist of any numerical, such as AAPL, TSLA.
Thank you