Add fetchAnnotations method to KorAPQuery
Resolves #26
Change-Id: Ie6234e471216941148304d42cf70c7cc509ceb41
diff --git a/man/initialize-KorAPQuery-method.Rd b/man/initialize-KorAPQuery-method.Rd
index beb44ad..0815bea 100644
--- a/man/initialize-KorAPQuery-method.Rd
+++ b/man/initialize-KorAPQuery-method.Rd
@@ -17,7 +17,8 @@
webUIRequestUrl = "",
apiResponse = NULL,
hasMoreMatches = FALSE,
- collectedMatches = NULL
+ collectedMatches = NULL,
+ annotations = NULL
)
}
\arguments{
@@ -44,6 +45,8 @@
\item{hasMoreMatches}{logical that signals if more query results can be fetched}
\item{collectedMatches}{matches already fetched from the KorAP-API-server}
+
+\item{annotations}{list of annotation data for collected matches}
}
\description{
Initialize KorAPQuery object