unlist: Flatten lists extended to any class

View source: R/unlist.R

unlistR Documentation

Flatten lists extended to any class

Description

Given a list 'x' of R objects from the same class and same format, 'unlist' simplifies it to produce a new R object which contains all the initial components which in 'x' object.

Usage

unlist(x, recursive = TRUE, use.names = TRUE)

Arguments

x

Any list of R objects.

Details

This function try to completely flattening a list. If it fail, then the result for unlist function (recursive = TRUE and use.names = TRUE) is returned


genomaths/usefr documentation built on April 18, 2023, 3:35 a.m.