Rdocumentation
powered by
Learn R Programming
Kmisc (version 0.5.0)
list2df: Convert list to data.frame
Description
This function converts a list to a data frame, assuming that each element of the list is of equal length.
Usage
list2df(list, inplace = FALSE)
Arguments
list
A list.
inplace
Boolean. If
TRUE
, we convert the list in place, so that the
list
itself is transformed into a
data.frame
, sans copying.