- Hands-On Exploratory Data Analysis with R
- Radhika Datar Harish Garg
- 65字
- 2021-06-24 14:10:41
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:
