[Seqinr-commits] r1708 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Nov 15 11:04:33 CET 2009
Author: lobry
Date: 2009-11-15 11:04:33 +0100 (Sun, 15 Nov 2009)
New Revision: 1708
Modified:
pkg/man/where.is.this.acc.Rd
Log:
stopAtFirst argument suggested by Avril Coghlan
Modified: pkg/man/where.is.this.acc.Rd
===================================================================
--- pkg/man/where.is.this.acc.Rd 2009-11-15 10:04:05 UTC (rev 1707)
+++ pkg/man/where.is.this.acc.Rd 2009-11-15 10:04:33 UTC (rev 1708)
@@ -8,10 +8,12 @@
it is present.
}
\usage{
-where.is.this.acc(acc, ...)
+where.is.this.acc(acc, stopAtFirst = TRUE, ...)
}
\arguments{
\item{acc}{An accession number as a string of characters such as \code{"NC_001416"}.}
+ \item{stopAtFirst}{Logical. If TRUE, the default, the function stops at the first
+ database where the accession number is found.}
\item{\dots}{Arguments passed to the function \code{\link{choosebank}}.}
}
\value{
More information about the Seqinr-commits
mailing list