대용량 json 파일 불러오기

library(jsonlite)
data <- stream_in(file('your file name.json'))

댓글