powered by
This splits x using split by making sure that the returned list is of the same length as list and every element is of the same length as list's elements.
x
split
list
.split_acc2list(x, list)
A list.
an R object to split.
R
a list.