Description Usage Arguments Value See Also Examples
View source: R/array_munging.R
Gather Multidimensional Array to Tidy Tibble
1 | gather_array(a, value, ..., .id = NULL)
|
a |
multidimensional array |
value |
unquoted name of column with values (defaults to "var") |
... |
unquoted dimension names (defaults to "dim_1", "dim_2", etc...) |
.id |
if specified, name for column created with name of a captured |
data.frame
spread_array
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.