Learn R Programming

DOBAD (version 1.0.6)

simplify: Transform Lists to Vectors

Description

Takes objects which are lists but are conceptually vectors, and transforms them into vector objects.

Usage

simplify(simpleList)

Arguments

simpleList

A list each of whose components is a (numeric) vector of length 1.

Value

numeric vector whose length is the number of components of simpleList.

Details

simpleList is a list each of whose components is a (numeric) vector of length1; simplify returns a vectorized form of this list.

See Also

unlist