[R] Help with Nesting

Edward Guda spankyfingers at yahoo.com
Tue Oct 31 20:00:41 CET 2017


How do i resolve this?

symbol <-  c('RRR' ,'GGG')

for(i in seq_along(symbol)) {
  dat <- Quandl("LLL/symbol[i]")
  
}
 
required solutionis a loop where Quandl is a function and it loops as flows,
Quandl("LLL/RRR")
Quandl("LLL/GGG")



More information about the R-help mailing list