reshape_toWide: Reshape to Wide Format

Description Usage Arguments Value

View source: R/reshape_toWide.R

Description

Reshape to Wide Format

Usage

1
2
3
4
5
6
7
8
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.


do documentation built on Aug. 3, 2021, 5:06 p.m.