read_json_lines: Function to read a new line JSON, also known as 'ndjson'...

View source: R/write_json_lines.R

read_json_linesR Documentation

Function to read a new line JSON, also known as ndjson file.

Description

Function to read a new line JSON, also known as ndjson file.

Usage

read_json_lines(file, pagesize = 500, verbose = FALSE)

Arguments

file

File name of new line JSON file.

pagesize

Number of lines to write to file per iteration.

verbose

Should the function give messages?

Value

An R data object, dependent on contents of file.

Author(s)

Stuart K. Grange


skgrange/threadr documentation built on May 11, 2024, 12:16 p.m.