Add mergeDuplicateCollocates function

Change-Id: Ib9d458dc233167c20c9fdedf2f30656d693c32ff
diff --git a/man/mergeDuplicateCollocates.Rd b/man/mergeDuplicateCollocates.Rd
new file mode 100644
index 0000000..ba69bf4
--- /dev/null
+++ b/man/mergeDuplicateCollocates.Rd
@@ -0,0 +1,17 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/collocationScoreQuery.R
+\name{mergeDuplicateCollocates}
+\alias{mergeDuplicateCollocates}
+\title{Merge duplicate collocate rows and re-calculate association scores and urls}
+\usage{
+mergeDuplicateCollocates(...)
+}
+\arguments{
+\item{...}{tibbles with collocate rows returned from \code{\link[=collocationAnalysis]{collocationAnalysis()}}}
+}
+\value{
+tibble with unique collocate rows
+}
+\description{
+Merge duplicate collocate rows and re-calculate association scores and urls
+}