iderr: returns ids of list elements that are errors

View source: R/package.R

iderrR Documentation

returns ids of list elements that are errors

Description

checking a list for any elements that are try-errors usually from an lapply(..., function(x) try()) call

Usage

iderr(
  lst,
  class_condition = c("simpleError", "try-error", "error", "errored", "err")
)

Arguments

lst

A list

Value

a logical vector marking which elements are try-errors"


kevinmhadi/khtools documentation built on Jan. 16, 2025, 4:18 p.m.