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

View source: R/z_animintHelpers.R

split_recursiveR Documentation

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

Description

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.


animint2 documentation built on Nov. 22, 2023, 1:07 a.m.