[Seqinr-commits] r1674 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Nov 4 18:05:19 CET 2009


Author: lobry
Date: 2009-11-04 18:05:18 +0100 (Wed, 04 Nov 2009)
New Revision: 1674

Modified:
   pkg/man/words.pos.Rd
Log:
extended deleted

Modified: pkg/man/words.pos.Rd
===================================================================
--- pkg/man/words.pos.Rd	2009-11-04 17:02:48 UTC (rev 1673)
+++ pkg/man/words.pos.Rd	2009-11-04 17:05:18 UTC (rev 1674)
@@ -9,16 +9,13 @@
 are reported here.
 }
 \usage{
-words.pos(pattern, text, ignore.case = FALSE, extended = TRUE,
+words.pos(pattern, text, ignore.case = FALSE,
                       perl = TRUE, fixed = FALSE, useBytes = TRUE, ...)
 }
 \arguments{
   \item{pattern}{character string containing a \link{regular expression} (or character string for \code{fixed = TRUE}) to be matched in the given character vector.}
   \item{text}{ a character vector where matches are sought. }
   \item{ignore.case}{if \code{FALSE}, the pattern matching is case sensitive and if \code{TRUE}, case is ignored during matching.}
-  \item{extended}{if \code{TRUE}, extended regular expression matching is used,
-and if \code{FALSE} basic regular expressions are used.
- }
   \item{perl}{logical. Should perl-compatible regexps be used if available?
 Has priority over \code{extended}.}
   \item{fixed}{logical. If \code{TRUE}, pattern is a string to be matched as is. Overrides all conflicting arguments.}



More information about the Seqinr-commits mailing list