spread_data | R Documentation |
Spread gathered data frame
spread_data(
data,
variable_name = "item",
value_name = "value",
perserve_order = TRUE,
unite_columns = NULL,
separate_columns = NULL
)
data |
a |
variable_name |
name of variable vector |
value_name |
name of value vector |
perserve_order |
if |
separate_columns |
a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.