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]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide https://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.