[R-SIG-Finance] Trouble with getSymbols.csv

2012-09-17 Thread Worik Stanton
Friends I have a file of data: Date,Open,High,Low,Close,Volume,Adjusted 2011-12-28,1.5968,1.5987,1.5762,1.5827,0,1.58745 2011-12-29,1.5831,1.5846,1.5695,1.5724,0,1.57705 2011-12-30,1.5726,1.5877,1.5704,1.5861,0,1.57905 2011-12-31,1.585,1.5861,1.585,1.5861,0,1.58555

Re: [R-SIG-Finance] Trouble with getSymbols.csv

2012-09-17 Thread G See
This function should really have more formal arguments -- especially the format argument. As it is, the `format` will be set to . You should be able to pass `format` through the dots, but there's a syntax bug preventing that from working (`list(...)[[format]] - NULL`). As it is, the only way to