Read large JSON file in chunks using R

后端 未结 0 442
春和景丽
春和景丽 2021-01-21 04:52

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题