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.


kevinushey/Kmisc documentation built on May 20, 2019, 9:08 a.m.