reshape_toWide {do}R Documentation

Reshape to Wide Format

Description

Reshape to Wide Format

Usage

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

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

Value

A wide data.


[Package do version 2.0.0.0 Index]