| commit | 891534eaf37cf50aa42f1e748f45e5ed0bff1dee | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Apr 18 18:23:17 2023 +0200 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Apr 18 18:24:20 2023 +0200 |
| tree | 480cff2a51fdaa3a909f41c15db3a62483774676 | |
| parent | 548ac35563bf3c1d57f34570846f75070ccf59aa [diff] |
Wrap last remaining web api query example with dontrun Change-Id: I06e09b8d1790190fd48ee064a80e3eaca42382b6
diff --git a/man/corpusStats-KorAPConnection-method.Rd b/man/corpusStats-KorAPConnection-method.Rd index ce3fb8f..74aca03 100644 --- a/man/corpusStats-KorAPConnection-method.Rd +++ b/man/corpusStats-KorAPConnection-method.Rd
@@ -23,9 +23,11 @@ Fetch information about a (virtual) corpus } \examples{ -\donttest{corpusStats(new("KorAPConnection"))} + +\dontrun{ kco <- new("KorAPConnection") corpusStats(kco, "pubDate in 2017 & textType=/Zeitung.*/") +} }