list_to_vector {plyr}R Documentation

List to vector.

Description

Reduce/simplify a list of homogenous objects to a vector

Usage

list_to_vector(res)

Arguments

res

list of input data

See Also

Other list simplification functions: list_to_array(), list_to_dataframe()


[Package plyr version 1.8.7 Index]