Add missing documentation
Change-Id: I7ee4b4fa6f23c0ad93e29d4dc52e8430e5f6373f
diff --git a/R/KorAPQuery.R b/R/KorAPQuery.R
index f6addcc..2224ab3 100644
--- a/R/KorAPQuery.R
+++ b/R/KorAPQuery.R
@@ -718,6 +718,10 @@
#' **`fetchAll`** fetches all results of a KorAP query.
#'
#' @family corpus search functions
+#' @param kqo object obtained from [corpusQuery()]
+#' @param verbose print progress information if true
+#' @param ... further arguments passed to [fetchNext()]
+#' @return The updated `kqo` object with all results in `@collectedMatches`
#'
#' @examples
#' \dontrun{
@@ -751,6 +755,11 @@
#' Fetches the remaining results of a KorAP query.
#'
+#' @param kqo object obtained from [corpusQuery()]
+#' @param verbose print progress information if true
+#' @param ... further arguments passed to [fetchNext()]
+#' @return The updated `kqo` object with remaining results in `@collectedMatches`
+#'
#' @examples
#' \dontrun{
#'