log_summary: Generate a dataframe from the log file.

Description Usage Arguments Details Value See Also

View source: R/log_summary.R

Description

Generate a dataframe from the log file.

Usage

1
log_summary(log_file)

Arguments

log_file

The name of the log file generated from render_one.

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

render_one


autoharp documentation built on Nov. 13, 2021, 1:06 a.m.