c.errors: Combine Values into a Vector or List

View source: R/misc.R

c.errorsR Documentation

Combine Values into a Vector or List

Description

S3 method for errors objects (see c).

Usage

## S3 method for class 'errors'
c(..., recursive = FALSE)

Arguments

...

objects to be concatenated. All NULL entries are dropped before method dispatch unless at the very beginning of the argument list.

recursive

logical. If recursive = TRUE, the function recursively descends through lists (and pairlists) combining all their elements into a vector.

Examples

c(set_errors(1, 0.2), set_errors(7:9, 0.1), 3)


r-quantities/errors documentation built on Jan. 16, 2024, midnight