Description Usage Arguments Value Methods (by class)
View source: R/any_task_errors.R
Check the results column of a benchmark tibble for any task_error objects.
1 2 3 4 | 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
:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.