Skip to contents

Read and parse logrx file

Usage

read_log_file(file)

Arguments

file

String. Path to a logrx log file

Value

Tibble. Object that includes nested and parsed content

Examples

if (FALSE) {
read_log_file(previous_log_filepath)
}