read_log_file {logrx} | R Documentation |
Read and parse logrx file
Description
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
## Not run:
read_log_file(previous_log_filepath)
## End(Not run)
[Package logrx version 0.3.1 Index]