S3 method for errors objects (see c).
errors
c
## S3 method for class 'errors' c(..., recursive = FALSE)
...
objects to be concatenated.
recursive
logical. If recursive = TRUE, the function recursively descends through lists (and pairlists) combining all their elements into a vector.
recursive = TRUE
c(set_errors(1, 0.2), set_errors(7:9, 0.1), 3)