Learn R Programming

animint2 (version 2025.1.28)

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

Description

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

Usage

split_recursive(x, vars)

Value

recursive list of data.frame.

Arguments

x

data.frame.

vars

character vector of variable names to split on.