read_json_lines: Read a JSON logfile

View source: R/read_json_lines.R

read_json_linesR Documentation

Read a JSON logfile

Description

Read a JSON logfile

Usage

read_json_lines(file, ...)

Arguments

file

character scalar. path to a JSON logfile (one JSON object per line)

...

passed on to jsonlite::stream_in()

Value

a data.frame

See Also

LayoutJson


lgr documentation built on Sept. 6, 2022, 1:05 a.m.