~/code/R/

Download Data

Download some Data, e.g. the CBOE VIX

## 'getSymbols' currently uses auto.assign=TRUE by default, but will
## use auto.assign=FALSE in 0.5-0. You will still be able to use
## 'loadSymbols' to automatically load data. getOption("getSymbols.env")
## and getOption("getSymbols.auto.assign") will still be checked for
## alternate defaults.
## 
## This message is shown once per session and may be disabled by setting 
## options("getSymbols.warning4.0"=FALSE). See ?getSymbols for details.
## [1] "^VIX"
##            VIX.Close
## 2007-01-03     12.04
## 2007-01-04     11.51
## 2007-01-05     12.14
## 2007-01-08     12.00
## 2007-01-09     11.91
## 2007-01-10     11.47