check_lst: checking list for elements that are errors checking a list...

View source: R/package.R

check_lstR Documentation

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

Description

checking list for elements that are errors

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

Usage

check_lst(
  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.