read_ndjson {loggit2}R Documentation

Read ndJSON-formatted log file

Description

Read ndJSON-formatted log file

Usage

read_ndjson(logfile, unsanitizer = default_ndjson_unsanitizer)

Arguments

logfile

Log file to read from, and convert to a data.frame.

unsanitizer

Unsanitizer function passed in from read_logs().

Value

A data.frame


[Package loggit2 version 2.2.2 Index]