[R] get.symbols doesn' work

Phil Smith ph|||p@m|th @end|ng |rom protonm@||@com
Wed Dec 18 13:06:26 CET 2024


Hello r-project:

I want to load and use the tiny quant libary.

Hello R-project:

get.symbols doesn't work this morning.

I use this code:

#############################################
#
# install.packages(c("quantmod", "TTR", "xts", "zoo" , "tidyquant" ))

# Load the tidyquant package
library("tidyquant")

library(TTR)
library(xts)
library(zoo)
library(quantmod)

Then, I use this:

FRED.SYMBOL="PRIME"
> getSymbols( FRED.SYMBOL , src=src)

And I get this error message:
Error in getSymbols(FRED.SYMBOL, src = src) :  could not find function "getSymbols"

How do I get get.symbols to work?

Thanks!
	[[alternative HTML version deleted]]



More information about the R-help mailing list