Skip to contents

Split data.frame into recursive list of data.frame.

Usage

split_recursive(x, vars)

Arguments

x

data.frame.

vars

character vector of variable names to split on.

Value

recursive list of data.frame.