quantmod::getFX function returns “character in a standard unambiguous format”

六月ゝ 毕业季﹏ 提交于 2019-12-22 10:09:09

问题


I have been using quantmod::getFX on an almost daily basis recently, and for some reason today it makes my shiny app crashes.

I updated R, all my packages, tried the function on two different computers, but still get the same error.

To replicate the problem:

library(quantmod)
getFX("EUR/USD")

The error is:

Error in charToDate(x) : 
character string is not in a standard unambiguous format

Let me know if you need further information.

来源:https://stackoverflow.com/questions/43289123/quantmodgetfx-function-returns-character-in-a-standard-unambiguous-format

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!