May 2019
Beginner to intermediate
266 pages
5h 57m
English
The read_log method is used for reading standard formats of log file data into R. For example, log files are shown in the following screenshot:

The most straightforward way to include log files in the R workspace is to pass the log filename to the read_log method:
read_log("data.log")
The read_log method returns a tibble from the log data:

Read now
Unlock full access