Learn R Programming

do (version 2.0.0.1)

reshape_toWide: Reshape to Wide Format

Description

Reshape to Wide Format

Usage

reshape_toWide(
  data,
  key = NULL,
  value = NULL,
  prefix = NULL,
  suffix = NULL,
  sep = "_"
)

Value

A wide data.

Arguments

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