guess_value {reshape} | R Documentation |
Guess name of value column
guess_value(df)
df |
Data frame to guess value column from |
Strategy:
Is value or (all) column present? If so, use that
Otherwise, guess that last column is the value column
Hadley Wickham <h.wickham@gmail.com>