split_by: Split, order and sort lists by their components.

View source: R/utils.R

split_byR 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


KechrisLab/multiMiR documentation built on Feb. 12, 2023, 8:26 p.m.