guess_value {reshape2}R Documentation

Guess name of value column

Description

Strategy:

  1. Is value or (all) column present? If so, use that

  2. Otherwise, guess that last column is the value column

Usage

guess_value(df)

Arguments

df

data frame to guess value column from


[Package reshape2 version 1.4.4 Index]