unmelt: Unmelt a Melted Data Frame

Description Usage Arguments

Description

This function undoes the melting process done by either reshape2::melt or melt_.

Usage

1
unmelt_(data, variable = "variable", value = "value")

Arguments

data

A data.frame.

variable

The index, or name, of the variable vector; analogous to the vector produced with name variable.name.

value

The value of the value vector; analogous to the vector produced with name value.name.


Kmisc documentation built on May 29, 2017, 1:43 p.m.

Related to unmelt in Kmisc...