r - Error: result would exceed 2^31 bytes -


i trying load json file r using rjson. following error message:

error in paste(readlines(file, warn = false), collapse = "") : result exceed 2^31-1 bytes

my code follows:

jsondata <- fromjson(file= "text.txt", unexpected.escape = "skip" ) 

the file large (3.47 gb) , kaggle, , assume formatted. possible split json file, or stream it?

i using mac, sierra 10.12.6 , latest versions of r , rstudio


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -