wide | R Documentation |
wide()
is a wrapper of stats::reshape()
that takes the data
from a long format to a wide format.
wide(data, v.names, timevar, id = NULL)
data |
the data.frame containing the wide format data |
v.names |
the variable names in quotes of the measures to be separated into multiple columns based on the time variable |
timevar |
the variable name in quotes of the time variable |
id |
the ID variable name in quotes |
Tyson S. Barrett
stats::reshape()
, tidyr::spread()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.