Rdocumentation
powered by
Learn R Programming
plyr (version 1.5.2)
quickdf: Quick data frame.
Description
Quick data frame.
Usage
quickdf(list)
Arguments
list
list to convert to data frame
Details
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.