is.task_error {CellBench}R Documentation

Check for task errors

Description

This is a helper function for checking the result column of a benchmark_tbl for task_error objects. This is useful for filtering out rows where the result is a task error.

Usage

is.task_error(x)

Arguments

x

the object to be tested

Value

vector of logicals denoting if elements of the list are task_error objects


[Package CellBench version 1.8.0 Index]