我正在使用 R 包rjson
从 Wunderground.com 下载天气数据。我经常让程序运行并且没有问题,数据收集得很好。但是,程序经常停止运行,我收到以下错误消息:
Error in fromJSON(paste(raw.data, collapse = "")) : unclosed string
In addition: Warning message:
In readLines(conn, n = -1L, ok = TRUE) :
incomplete final line found on 'http://api.wunderground.com/api/[my_API_code]/history_20121214pws:1/q/pws:IBIRMING7.json'
有谁知道这意味着什么,以及我如何避免它,因为它会阻止我的程序按我的意愿收集数据?
非常感谢,
本