我想使用jsonlite读取从API到R的数据,但是给出了如下所示的错误消息。在几个月之前,它运作良好。可能是它现在不工作的原因?我正在尝试从openFDA API获取数据:
library(jsonlite)
fda=fromJSON("https://api.fda.gov/drug/event.json?search=receivedate:[20040101+TO+20160101]&count=receivedate")
Error in open.connection(con, "rb") :
Peer certificate cannot be authenticated with given CA certificates