dot-split_acc2list: Split according to a list

.split_acc2listR Documentation

Split according to a list

Description

This splits x using 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.


bggAnalytics documentation built on Aug. 31, 2022, 5:09 p.m.