any_task_errors {CellBench} | R Documentation |
Check the results column of a benchmark tibble for any task_error objects.
any_task_errors(x, verbose) ## S3 method for class 'benchmark_tbl' any_task_errors(x, verbose = FALSE)
x |
the tibble to check |
verbose |
TRUE if the rows with errors should be reported |
TRUE if any entry in the result column is a task_error object
benchmark_tbl
: