list_to_array {plyr}R Documentation

List to array

Description

Reduce/simplify a list of homogenous objects to an array

Usage

list_to_array(res, labels = NULL, .drop = FALSE)

Arguments

res list of input data
labels a data frame of labels, one row for each element of res
.drop should extra dimensions be dropped (TRUE) or preserved (FALSE)

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package plyr version 0.1.5 Index]