0

我想使用 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
4

0 回答 0