l2m {irtoys} | R Documentation |
When using lapply
or sapply
to avoid explicit loops,
one often ends up with complex structures represening lists of
lists of lists... Function l2m
tries to transform such a
structure into a matrix with a column for each distinct name in
the list.
l2m(x)
x |
A list of lists... |
A matrix with a column for each distinct name in the list
Ivailo Partchev