split.x: Split data.frame into recursive list of data.frame.
Description
Split data.frame into recursive list of data.frame.
Usage
# S3 method for x
split(x, vars)
Arguments
vars
character vector of variable names to split on.
Value
recursive list of data.frame.