read_ndjson: Read ndJSON-formatted log file

View source: R/json.R

read_ndjsonR Documentation

Read ndJSON-formatted log file

Description

Read ndJSON-formatted log file

Usage

read_ndjson(logfile, unsanitize = TRUE, last_first = FALSE)

Arguments

logfile

Path to log file to read from.

unsanitize

Should escaped special characters be unescaped?

last_first

Should the last log entry be the first row of the data frame?

Value

A data.frame, with the columns as the fields in the log file.


loggit2 documentation built on June 8, 2025, 10:26 a.m.