split_by {multiMiR}R Documentation

Split, order and sort lists by their components.

Description

Copied from purrr:v0.2.2

Usage

split_by(.x, .f, ...)

Arguments

.x

A list or atomic vector.

.f

A function, formula, or atomic vector.

...

Additional arguments passed on to .f.

Value

A list split by .f


[Package multiMiR version 1.12.0 Index]