Hi everyone. I am a newbie :$
<br>
<br>I am using R2.9.0 for Windows (sorry for the linux guys .. )
<br>
<br>I downloaded quantmod accroding to what http://www.quantmod.com/download/ shows, that is via :
<br>
<br>> install.packages(c('xts','Defaults','quantmod'))
<br>
<br>That worked.
<br>
<br>I then pastied/copied examples from www.quantmod.com and from the *.pdf documentation.
<br>
<br>One of thoses examples is the following  :
<br>
<br>getQuote("AAPL")
<br>getQuote("QQQQ;SPY;^VXN",what=yahooQF(c("Bid","Ask")))
<br>standardQuote()
<br>yahooFQ()
<br>
<br>Then, after running, R tells that i cannot find the functions getQuote, standardQuote(), yahooFQ()
<br>
<br>That is pretty strange ! In fact, the html help through "Search Engine & Keywords" is able to find all those functions.
<br>
<br>What did I do wrong ?
<br>
<br>Thanks.
<br>Cheers
<br>Edouard.
<br>