reshape_toLong: reshape wide to long

Description Usage Arguments Value Examples

View source: R/reshape_toLong.R

Description

reshape wide to long

Usage

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

Arguments

data

data

id

id

j

j new colname

value.var.prefix

value vars

Value

data.frame

Examples

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

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