as.data.frame.numdfr: Convert 'numdfr' (back) to 'data.frame'

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Functions to coerce (numdfr) object to data.frame if possible

Usage

1
2
## S3 method for class 'numdfr'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Arguments

x

numdfr object to coerce

row.names

ignored for now, but see as.data.frame

optional

ignored for now, but see as.data.frame

...

ignored for now, but see as.data.frame

Details

In most cases, this is the inverse of numdfr.

Value

as.data.frame with the same dimensions as the original numdfr, and with factors in the 'standard way'.

Author(s)

Nick Sabbe

See Also

NumDfr, as.data.frame

Examples

1
2
iris.nd<-numdfr(iris)
iris.cpy<-as.data.frame(iris.nd)

NumDfr documentation built on May 2, 2019, 5:50 p.m.