Hello all. I have used both BatchGetSymbols and quantmod to download data for the ticker SPY for awhile and periodically there is some aberration in the date format which results in the error "Error in charToDate(x):character string is not in a standard unambiguous format.
...
#R
getSymbols("SPY",from = "01/01/2010", to = "12/31/2018",auto.assign = TRUE)
...
Can anyone offer a suggestion for trapping date errors in the source file?
Thanks
Jim