The argument is assumed to be a list of \(n\) (named) lists
with length \(m\) each. It is converted to a (named) list of \(m\)
elements with length \(n\) each.
Usage
tll(l)
Arguments
l
List of lists, possibly named.
Value
A list of lists corresponding to a transposition of the argument.