dot-split_acc2list: Split according to a list

.split_acc2listR Documentation

Split according to a list

Description

This splits x using base::split() by making sure that the returned list is of the same length as list and every element is of the same length as list's elements.

Usage

.split_acc2list(x, list)

Arguments

x

an R object to split.

list

a list.

Value

A list.


JakubBujnowicz/bggAnalytics documentation built on April 13, 2025, 7:27 a.m.