powered by
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.
tll(l)
A list of lists corresponding to a transposition of the argument.
List of lists, possibly named.
base::t()
Other deprecated functions: coalesce.na-deprecated, df_to_list-deprecated, hms.to.seconds-deprecated, kimisc-deprecated, list_to_df-deprecated, nc-deprecated, nlist-deprecated, ofactor-deprecated, sample.rows-deprecated, seconds.to.hms-deprecated, thisfile-deprecated, vswitch-deprecated
coalesce.na-deprecated
df_to_list-deprecated
hms.to.seconds-deprecated
kimisc-deprecated
list_to_df-deprecated
nc-deprecated
nlist-deprecated
ofactor-deprecated
sample.rows-deprecated
seconds.to.hms-deprecated
thisfile-deprecated
vswitch-deprecated
tll(list(list(1, 2), list(3, 4))) tll(list(list(a=1, b=2), list(a=3, b=4))) tll(list(x=list(a=1, b=2), y=list(a=3, b=4)))
Run the code above in your browser using DataLab