flatten: Process elements in a list and flatten the results.

View source: R/list.R

flattenR Documentation

Process elements in a list and flatten the results.

Description

Process elements in a list and flatten the results.

Usage

flatten(l, op)

Arguments

l

A list (e.g. a fasta file)

op

A function to apply on the list's entries. The function's return type must be a vector (or skalar).

Value

Vector of elements.


informatik-mannheim/gcat-base documentation built on Nov. 7, 2023, 7:18 a.m.