Learn R Programming

bggAnalytics (version 0.2.1)

.split_acc2list: 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)

Value

A list.

Arguments

x

an R object to split.

list

a list.