Upgrade to Roxygen 7
Change-Id: I1e31793ab7eb4c32b44522e993949a46984f7313
diff --git a/man/KorAPQuery-class.Rd b/man/KorAPQuery-class.Rd
index 7749151..17b1326 100644
--- a/man/KorAPQuery-class.Rd
+++ b/man/KorAPQuery-class.Rd
@@ -17,24 +17,41 @@
\alias{show,KorAPQuery-method}
\title{Class KorAPQuery}
\usage{
-\S4method{initialize}{KorAPQuery}(.Object, korapConnection = NULL,
- request = NULL, vc = "", totalResults = 0, nextStartIndex = 0,
- fields = c("corpusSigle", "textSigle", "pubDate", "pubPlace",
- "availability", "textClass", "snippet"), requestUrl = "",
- webUIRequestUrl = "", apiResponse = NULL, hasMoreMatches = FALSE,
- collectedMatches = NULL)
+\S4method{initialize}{KorAPQuery}(
+ .Object,
+ korapConnection = NULL,
+ request = NULL,
+ vc = "",
+ totalResults = 0,
+ nextStartIndex = 0,
+ fields = c("corpusSigle", "textSigle", "pubDate", "pubPlace", "availability",
+ "textClass", "snippet"),
+ requestUrl = "",
+ webUIRequestUrl = "",
+ apiResponse = NULL,
+ hasMoreMatches = FALSE,
+ collectedMatches = NULL
+)
-\S4method{fetchNext}{KorAPQuery}(kqo, offset = kqo@nextStartIndex,
- maxFetch = maxResultsPerPage, verbose = kqo@korapConnection@verbose)
+\S4method{fetchNext}{KorAPQuery}(
+ kqo,
+ offset = kqo@nextStartIndex,
+ maxFetch = maxResultsPerPage,
+ verbose = kqo@korapConnection@verbose
+)
-\S4method{fetchAll}{KorAPQuery}(kqo,
- verbose = kqo@korapConnection@verbose)
+\S4method{fetchAll}{KorAPQuery}(kqo, verbose = kqo@korapConnection@verbose)
-\S4method{fetchRest}{KorAPQuery}(kqo,
- verbose = kqo@korapConnection@verbose)
+\S4method{fetchRest}{KorAPQuery}(kqo, verbose = kqo@korapConnection@verbose)
-\S4method{frequencyQuery}{KorAPConnection}(kco, query, vc = "",
- conf.level = 0.95, as.alternatives = FALSE, ...)
+\S4method{frequencyQuery}{KorAPConnection}(
+ kco,
+ query,
+ vc = "",
+ conf.level = 0.95,
+ as.alternatives = FALSE,
+ ...
+)
\method{format}{KorAPQuery}(x, ...)