read_ndjson {loggit2} | R 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.
[Package loggit2 version 2.3.1 Index]