Skip to content

About yahooImport to display output on R console

3 messages · Stephen Liu, Jeff Ryan

#
Hi Stephen,

Try:

library(quantmod)

getSymbols("IBM")
getSymbols("IBM", src="google")

Both will autoload into your global environment, though this is settable.

HTH
Jeff
On Tue, Dec 14, 2010 at 11:01 PM, Stephen Liu <satimis at yahoo.com> wrote: