The R Project SVN R

Rev

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

Rev 24300 Rev 25360
Line 10... Line 10...
10
  which returns a logical vector indicating if there is a match or not
10
  which returns a logical vector indicating if there is a match or not
11
  for its left operand.
11
  for its left operand.
12
}
12
}
13
\usage{
13
\usage{
14
match(x, table, nomatch = NA, incomparables = FALSE)
14
match(x, table, nomatch = NA, incomparables = FALSE)
-
 
15
 
15
x \%in\% table
16
x \%in\% table
16
}
17
}
17
\arguments{
18
\arguments{
18
  \item{x}{the values to be matched.}
19
  \item{x}{the values to be matched.}
19
  \item{table}{the values to be matched against.}
20
  \item{table}{the values to be matched against.}