isError: Convenience function to check for errors in a list of results...

View source: R/misc.R

isErrorR Documentation

Convenience function to check for errors in a list of results e.g. from mclapply

Description

Convenience function to check for errors in a list of results e.g. from mclapply

Usage

isError(x)

Arguments

x

vector or list to check for errors

Value

logical vector of length(x) specifying if each element of x was an error

See Also

mclapply

Examples

isError(c(list(1:3),list(simpleError('Error!'))))

sherrillmix/dnar documentation built on July 18, 2022, 10:07 p.m.