问题
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