fork download
  1. library(quantmod)
  2.  
  3. z<-getSymbols('^DJI')
  4.  
  5. plot(z)
Runtime error #stdin #stdout 0.84s 25408KB
stdin
Standard input is empty
stdout
Standard output is empty