Description Usage Arguments Details Value Author(s) See Also Examples
Functions to coerce (numdfr) object to data.frame if possible
1 2 | ## S3 method for class 'numdfr'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
|
x |
|
row.names |
ignored for now, but see |
optional |
ignored for now, but see |
... |
ignored for now, but see |
In most cases, this is the inverse of numdfr.
as.data.frame with the same dimensions as the original numdfr,
and with factors in the 'standard way'.
Nick Sabbe
1 2 | iris.nd<-numdfr(iris)
iris.cpy<-as.data.frame(iris.nd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.