I have a function named currency. It takes a parameter A which is a currency like "EUR/USD" . Then I do this: n<-getSymbols(A,src = "oanda",from = "2016-01-01",to = Sys.Date(),auto.assign = FALSE) The paradox is that the program was running fine 2 days ago. The error message is: Error in charToDate(x) : character string is not in a standard unambiguous format.
Thanks in advance!