View source: R/list-to-array.r
list_to_array | R Documentation |
Reduce/simplify a list of homogenous objects to an array
list_to_array(res, labels = NULL, .drop = FALSE)
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) |
Other list simplification functions:
list_to_dataframe()
,
list_to_vector()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.