Reshapes data with multiple measurements in a wide format into a long format with one column per measurement type.
ReshapeLong(indt, stubs, sep = NULL)
| indt | The input |
|---|---|
| stubs | Character vector containing the uniquely identifying stub portion of the variable names. |
| sep | Not presently used. |
A data.table.
http://stackoverflow.com/q/10468969/1270695
Ananda Mahto