as.list.errors | R Documentation |
S3 method for errors
objects (see as.list
).
## S3 method for class 'errors'
as.list(x, ...)
x |
object to be coerced or tested. |
... |
objects, possibly named. |
x <- set_errors(1:3, 0.1)
as.list(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.