expand | R Documentation |
Expand out condensed data frame.
expand(data)
data |
condensed data frame |
If aggregating function supplied to condense returns multiple values, this function "melts" it again, creating a new column called result\_variable.
If the aggregating funtion is a named vector, then those names will be used, otherwise will be number X1, X2, ..., Xn etc.
Hadley Wickham <h.wickham@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.