50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


ScottKnottESD (version 2.0.3)

"long2wide": Convert data from long format to wide format

Description

Convert data from long format to wide format

Usage

long2wide(x, ...)

Arguments

x

A long-format data frame.

...

Optional parameters.

Value

A wide-format data frame.

Examples

Run this code
# NOT RUN {
long2wide(melt(example, id.vars=0))

# }

Run the code above in your browser using DataLab