The R Project SVN R

Rev

Rev 24239 | Rev 38208 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24239 Rev 24300
Line 43... Line 43...
43
\value{
43
\value{
44
  A numeric vector of integers (including \code{NA} if \code{nomatch =
44
  A numeric vector of integers (including \code{NA} if \code{nomatch =
45
    NA}) of the same length as \code{x}, giving the indices of the
45
    NA}) of the same length as \code{x}, giving the indices of the
46
  elements in \code{table} which matched, or \code{nomatch}.
46
  elements in \code{table} which matched, or \code{nomatch}.
47
}
47
}
-
 
48
\references{
-
 
49
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
-
 
50
  \emph{The New S Language}.
-
 
51
  Wadsworth \& Brooks/Cole.
-
 
52
 
-
 
53
  Chambers, J. M. (1998)
-
 
54
  \emph{Programming with Data. A Guide to the S Language}.
-
 
55
  Springer.
-
 
56
}
48
\seealso{
57
\seealso{
49
  \code{\link{match}}, \code{\link{charmatch}} and
58
  \code{\link{match}}, \code{\link{charmatch}} and
50
  \code{\link{match.arg}}, \code{\link{match.fun}},
59
  \code{\link{match.arg}}, \code{\link{match.fun}},
51
  \code{\link{match.call}}, for function argument matching etc.,
60
  \code{\link{match.call}}, for function argument matching etc.,
52
  \code{\link{grep}} etc for more general (regexp) matching of strings.
61
  \code{\link{grep}} etc for more general (regexp) matching of strings.