Use missing instead of is.na to deal with not given parameters
Change-Id: Id7a6153ca3f98cc6e530ca07af8c7a7317251c6a
diff --git a/man/KorAPQuery.Rd b/man/KorAPQuery.Rd
index fc68d15..89ea8fe 100644
--- a/man/KorAPQuery.Rd
+++ b/man/KorAPQuery.Rd
@@ -4,9 +4,8 @@
\alias{KorAPQuery}
\title{Send a query to a KorAP connection.}
\usage{
-KorAPQuery(con, query = NA, vc = NA, KorAPUrl = NA,
- metadataOnly = TRUE, ql = "poliqarp", fields = defaultFields,
- accessRewriteFatal = TRUE)
+KorAPQuery(con, query, vc = "", KorAPUrl, metadataOnly = TRUE,
+ ql = "poliqarp", fields = defaultFields, accessRewriteFatal = TRUE)
}
\arguments{
\item{con}{object obtained from \code{\link{KorAPConnection}}, that contains all necessary connection information}