Improve documentation of span parameter in ca
Change-Id: I35cf877fb04701c989fe5ef81a7cd262b9bc30e3
diff --git a/R/collocationAnalysis.R b/R/collocationAnalysis.R
index fc96f1c..b79a2b3 100644
--- a/R/collocationAnalysis.R
+++ b/R/collocationAnalysis.R
@@ -31,6 +31,7 @@
#' @param topCollocatesLimit limit analysis to the n most frequent collocates in the search hits sample
#' @param searchHitsSampleLimit limit the size of the search hits sample
#' @param stopwords vector of stopwords not to be considered as collocates
+#' @param withinSpan KorAP span specification (see <https://korap.ids-mannheim.de/doc/ql/poliqarp-plus?embedded=true#spans>) for collocations to be searched within. Defaults to `base/s=s`.
#' @param exactFrequencies if FALSE, extrapolate observed co-occurrence frequencies from frequencies in search hits sample, otherwise retrieve exact co-occurrence frequencies
#' @param seed seed for random page collecting order
#' @param expand if TRUE, `node` and `vc` parameters are expanded to all of their combinations