ret_no_err: a wrapper around check_lst

ret_no_errR Documentation

a wrapper around check_lst

Description

a wrapper around check_lst

Usage

ret_no_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 non-errors in the list


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