any_task_errors: Check if any tasks produced errors

View source: R/any_task_errors.R

any_task_errorsR Documentation

Check if any tasks produced errors

Description

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

Usage

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)

  • any_task_errors(benchmark_tbl):


Shians/CellBench documentation built on Oct. 16, 2023, 7:54 a.m.