log_summary {autoharp} | R Documentation |
Generate a dataframe from the log file.
Description
Generate a dataframe from the log file.
Usage
log_summary(log_file)
Arguments
log_file |
The name of the log file generated from
|
Details
This provides a table view of the log file, which is updated in a more natural format by simply concatenating new updates. The output of this function makes it easier to group entries by filename, time, or status, or even error message.
The output table does not contain correctness output. It only contains the columns name, timestamp, status (SUCCESS/FAIL), error message, number of libraries used and number of libraries installed.
Value
The function returns a dataframe summarising the details in the log file.
See Also
[Package autoharp version 0.0.10 Index]