reshape_toWide: To reshape long to wide

Description Usage Arguments Value Examples

View source: R/reshape_toWide.R

Description

To reshape long to wide

Usage

1
reshape_toWide(data, id, j, value.var.prefix)

Arguments

data

data

id

id

j

j

value.var.prefix

value variable prefix

Value

dataframe

Examples

1
reshape_toWide(data,id,j,value.var.prefix)

yikeshu0611/onetree documentation built on Aug. 26, 2019, 9:18 p.m.