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

Description Usage Arguments Examples

View source: R/mdt.R

Description

mdf() convert an object into a data frame

Usage

1
mdt(x, factors = 0)

Arguments

x

input object to be converted to a data table

none

Examples

1
2
3
x<-matrix(c(1:12),ncol=3)
names(x)<-c('A','B','C')
x<-mdt(x)

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