guess_value {reshape} | R Documentation |
Guess value
Description
Guess name of value column
Usage
guess_value(df)
Arguments
df |
Data frame to guess value column from |
Details
Strategy:
Is value or (all) column present? If so, use that
Otherwise, guess that last column is the value column
Author(s)
Hadley Wickham <h.wickham@gmail.com>
[Package reshape version 0.8.9 Index]