Add new man sections
Change-Id: I7280cb2cf8a939722c4a8c187694e36a0ce216ea
diff --git a/man/fetchRest-KorAPQuery-method.Rd b/man/fetchRest-KorAPQuery-method.Rd
new file mode 100644
index 0000000..9c4adef
--- /dev/null
+++ b/man/fetchRest-KorAPQuery-method.Rd
@@ -0,0 +1,22 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/KorAPQuery.R
+\name{fetchRest,KorAPQuery-method}
+\alias{fetchRest,KorAPQuery-method}
+\alias{fetchRest}
+\title{Fetches the remaining results of a KorAP query.}
+\usage{
+\S4method{fetchRest}{KorAPQuery}(kqo, verbose = kqo@korapConnection@verbose, ...)
+}
+\description{
+Fetches the remaining results of a KorAP query.
+}
+\examples{
+\dontrun{
+
+q <- KorAPConnection() \%>\%
+ corpusQuery("Ameisenplage") \%>\%
+ fetchRest()
+q@collectedMatches
+}
+
+}