as.list.errors: Coerce to a List

View source: R/misc.R

as.list.errorsR Documentation

Coerce to a List

Description

S3 method for errors objects (see as.list).

Usage

## S3 method for class 'errors'
as.list(x, ...)

Arguments

x

object to be coerced or tested.

...

objects, possibly named.

Examples

x <- set_errors(1:3, 0.1)
as.list(x)


Enchufa2/errors documentation built on Dec. 11, 2023, 2:30 a.m.