Split data.frame into recursive list of data.frame.
split_recursive(x, vars)
x
data.frame.
vars
character vector of variable names to split on.
recursive list of data.frame.