I am trying to read a fairly large (~7GB) JSON file in R. First I tried the code below:
data <- stream_in(file("large_file.json"))
H