flatten: flatten converts list of vectors to vector

Description Usage Arguments Value Examples

View source: R/functional.R

Description

The same as x

Usage

1

Arguments

x

list of vectors

Value

vector with applyed function

Examples

1
flatten(list(c(1, 2, 3, 4), c(5, 6), c(7, 8, 9)))

perfail-stud/Rstudfile documentation built on Dec. 22, 2021, 7:43 a.m.