mdf: mdf() convert an object into a data frame

Description Usage Arguments Examples

View source: R/mdf.R

Description

mdf() convert an object into a data frame

Usage

1
mdf(x, factors = 0)

Arguments

x

input object to be converted to a dataframe

factors

Defaults to 0: (0 indicates no columns are converted to factors)

Examples

1
2
x<-matrix(c(1:12),ncol=3)
x<-mdf(x)

Vancamjr/jvctools documentation built on Oct. 15, 2020, 5:16 p.m.