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

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -