as.data.frame.errors | R Documentation |
S3 method for errors
objects (see as.data.frame
).
## S3 method for class 'errors'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x |
any R object. |
row.names |
|
optional |
logical. If |
... |
additional arguments to be passed to or from methods. |
x <- set_errors(1:3, 0.1)
y <- set_errors(4:6, 0.2)
(z <- cbind(x, y))
as.data.frame(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.