0

我正在尝试使用 jsonlite 从 .json 文件中读取数据,并将所有 NULL 值替换为 NA。

我正在使用这段代码:

business <- stream_in(file("data/yelp_academic_dataset_business.json"), nullValue = NA)

并得到这个错误

opening fileconnectionoldClass input connection.
Found 500 lines...
Error in simplify(lapply(page, parseJSON), ...) : 
  unused argument (nullValue = NA)
closing fileconnectionoldClass input connection.

根据 ?stream_in 我应该能够在函数调用的 ... 部分中为 fromJSON 传递参数,但 stream_in 不接受 nullValue。

有什么建议吗?

4

0 回答 0