Add some parameters' documentation and examples
Change-Id: Ib1eb1d9a98e8eae12f4c42fc4cea38c1c118a731
diff --git a/man/KorAPFetchNext.Rd b/man/KorAPFetchNext.Rd
index 92f7754..66f8aa9 100644
--- a/man/KorAPFetchNext.Rd
+++ b/man/KorAPFetchNext.Rd
@@ -13,6 +13,8 @@
\item{offset}{start offset for query results to fetch}
\item{maxFetch}{maximum number of query results to fetch}
+
+\item{verbose}{print progress information if true}
}
\value{
The \code{queryObject} input parameter with updated fields \code{$collectedMatches}, \code{$matches} (latest bunch only), \code{$nextStartIndex}, , \code{$hasMoreMatches}
@@ -21,7 +23,7 @@
Fetch the next bunch of results of a KorAP query.
}
\examples{
-q <- KorapFetchNext(KorAPQuery(KorAPConnection(), "Ameisenplage"))
+q <- KorAPFetchNext(KorAPQuery(KorAPConnection(), "Ameisenplage"))
}
\references{