| Line 31... |
Line 31... |
| 31 |
value.}
|
31 |
value.}
|
| 32 |
\item{fixed}{a logical. If \code{TRUE} (default), the \code{x}
|
32 |
\item{fixed}{a logical. If \code{TRUE} (default), the \code{x}
|
| 33 |
elements are used as string literals. Otherwise, they are taken as
|
33 |
elements are used as string literals. Otherwise, they are taken as
|
| 34 |
regular expressions and \code{partial = TRUE} is implied
|
34 |
regular expressions and \code{partial = TRUE} is implied
|
| 35 |
(corresponding to the approximate string distance used by
|
35 |
(corresponding to the approximate string distance used by
|
| 36 |
\code{\link{agrep}} with \code{fixed = FALSE}.}
|
36 |
\code{\link{agrep}} with \code{fixed = FALSE}).}
|
| 37 |
\item{partial}{a logical indicating whether the transformed \code{x}
|
37 |
\item{partial}{a logical indicating whether the transformed \code{x}
|
| 38 |
elements must exactly match the complete \code{y} elements, or only
|
38 |
elements must exactly match the complete \code{y} elements, or only
|
| 39 |
substrings of these. The latter corresponds to the approximate
|
39 |
substrings of these. The latter corresponds to the approximate
|
| 40 |
string distance used by \code{\link{agrep}} (by default).}
|
40 |
string distance used by \code{\link{agrep}} (by default).}
|
| 41 |
\item{ignore.case}{a logical. If \code{TRUE}, case is ignored for
|
41 |
\item{ignore.case}{a logical. If \code{TRUE}, case is ignored for
|