any_task_errors: Check if any tasks produced errors

Description Usage Arguments Value Methods (by class)

View source: R/any_task_errors.R

Description

Check the results column of a benchmark tibble for any task_error objects.

Usage

1
2
3
4
any_task_errors(x, verbose)

## S3 method for class 'benchmark_tbl'
any_task_errors(x, verbose = FALSE)

Arguments

x

the tibble to check

verbose

TRUE if the rows with errors should be reported

Value

TRUE if any entry in the result column is a task_error object

Methods (by class)


CellBench documentation built on Nov. 8, 2020, 5:11 p.m.