View source: R/reshape_toWide.R
reshape_toWide | R Documentation |
Reshape to Wide Format
reshape_toWide(
data,
key = NULL,
value = NULL,
prefix = NULL,
suffix = NULL,
sep = "_"
)
data |
long data |
key |
column names for key, which can be one or more |
value |
column names for exchange, which can be one or more |
prefix |
column names for prefix, which can be one or more |
suffix |
column names for suffix, which can be one or more |
sep |
seperation |
A wide data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.