r - quantmod::getFX function returns "character in a standard unambiguous format" -
i have been using quantmod::getfx on daily basis recently, , reason today makes shiny app crashes.
i updated r, packages, tried function on 2 different computers, still same error.
to replicate problem:
library(quantmod) getfx("eur/usd") the error is:
error in chartodate(x) : character string not in standard unambiguous format let me know if need further information.
Comments
Post a Comment