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
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
2 matches
Mail list logo