Learn R Programming

checked (version 0.5.1)

results_to_df: Summarize checked results as data.frame

Description

Turns checked results into a list of data.frams, one for each meta root task. Such form makes quick results analysis easier by providing a general overview of identified failures.

Usage

results_to_df(results, ...)

Arguments

results

checked_results object or any of the sub-objects.

...

other prameters passed to downstream functions.

See Also

Other results: print.checked_results(), results()