read_ndjson: Read ndJSON-formatted log file
Description
Read ndJSON-formatted log file
Usage
read_ndjson(logfile, unsanitize = TRUE, last_first = FALSE)
Value
A data.frame
, with the columns as the fields in the log file.
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?