File: guess_value.Rd

package info (click to toggle)
r-cran-reshape2 1.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 292 kB
  • sloc: cpp: 246; sh: 9; makefile: 5
file content (19 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/helper-guess-value.r
\name{guess_value}
\alias{guess_value}
\title{Guess name of value column}
\usage{
guess_value(df)
}
\arguments{
\item{df}{data frame to guess value column from}
}
\description{
Strategy:
\enumerate{
  \item Is value or (all) column present? If so, use that
  \item Otherwise, guess that last column is the value column
}
}
\keyword{internal}