I am trying to read a 25 GB nested JSON file in R. I am using the stream_in
function from jsonlite library as follows:
stream_in(file("/data/user-data/ma8994/25GB_nestedJSON_file.json"))
RStudio in my local machine crashed after an hour of reading.
Is there any way to read this big file in R?