I am trying to get data from Yahoo! Finance to R
I\'ve installed quantmod like that:
install.packages(\"quantmod\", repos=\"http://R-Forge.R-project.
getSymbols("AAPL",src="google") has been deprecated.
getSymbols("AAPL",src="google")
Error: ‘getSymbols.google’ is defunct. Google Finance stopped providing data in March, 2018. You could try setting src = "yahoo" instead. See help("Defunct") and help("quantmod-defunct")