Hands-On Exploratory Data Analysis with R
上QQ阅读APP看书,第一时间看更新

read_log method

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: