S3 method for errors
objects (see as.list
).
Usage
# S3 method for class 'errors'
as.list(x, ...)
Examples
x <- set_errors(1:3, 0.1)
as.list(x)
#> [[1]]
#> 1.0(1)
#>
#> [[2]]
#> 2.0(1)
#>
#> [[3]]
#> 3.0(1)
#>
S3 method for errors
objects (see as.list
).
# S3 method for class 'errors'
as.list(x, ...)
x <- set_errors(1:3, 0.1)
as.list(x)
#> [[1]]
#> 1.0(1)
#>
#> [[2]]
#> 2.0(1)
#>
#> [[3]]
#> 3.0(1)
#>