[R] quantmod: Error in charToDate(x)

2011-04-27 Thread Swen Strek
Hi, I have following problem when trying to feed an CSV file to quantmod using following command: > require (quantmod) > getSymbols("test1",src="csv") Error in charToDate(x) :  character string is not in a standard unambiguous format The sample test1.csv  file contents: Symbol, Date, Open, High

[R] quantmod: Error in charToDate(x)

2011-04-27 Thread Swen Strek
Hi, I have following problem when trying to feed an CSV file to quantmod using following command: > getSymbols("test1",src="csv") Error in charToDate(x) : character string is not in a standard unambiguous format The sample test1.csv file contents: Symbol, Date, Open, High, Low, Close, Volum