ret_err: a wrapper around check_lst

View source: R/package.R

ret_errR Documentation

a wrapper around check_lst

Description

a wrapper around check_lst

Usage

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

Arguments

lst

A list (usually the output of lapply(... , function(x) try())

Value

only returns the errors in the list


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