[R-SIG-Finance] troubles with quantmod

rex rex at nosyntax.net
Wed Dec 9 16:25:43 CET 2009


Edouard Tallent <tallent_e at lycos.com> [2009-12-09 03:40]:
>   > install.packages(c('xts','Defaults','quantmod'))
>
>   That worked.
>
>   getQuote("AAPL")
>   getQuote("QQQQ;SPY;^VXN",what=yahooQF(c("Bid","Ask")))
>   standardQuote()
>   yahooFQ()
>
>   Then, after running, R tells that i cannot find the functions getQuote,
>   standardQuote(), yahooFQ()
>
>   That is pretty strange ! In fact, the html help through "Search Engine &
>   Keywords" is able to find all those functions.
>
>   What did I do wrong ?

You need to load the library into your R session. At the R prompt, type:

library(quantmod)

-rex
-- 
File not found: Loading something that looked similar.



More information about the R-SIG-Finance mailing list