Rjson readin large Json error

南笙酒味 提交于 2019-12-14 02:00:19

问题


I'm trying to read in a 2.4GB json file into R, However, it seems using the routine approach does not work. The error is below. What can I do?

Error in paste(readLines(file, warn = FALSE), collapse = "") : 
The result will exceed 2^31-1 BYTE

来源:https://stackoverflow.com/questions/38696079/rjson-readin-large-json-error

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