quickdf {plyr} | R Documentation |
Quick data frame.
Description
Experimental version of as.data.frame
that converts a
list to a data frame, but doesn't do any checks to make sure it's a
valid format. Much faster.
Usage
quickdf(list)
Arguments
list |
list to convert to data frame |
[Package plyr version 1.8.9 Index]