Marc Kupietz | f5263bd | 2024-12-07 16:31:48 +0100 | [diff] [blame^] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/collocationScoreQuery.R |
| 3 | \name{mergeDuplicateCollocates} |
| 4 | \alias{mergeDuplicateCollocates} |
| 5 | \title{Merge duplicate collocate rows and re-calculate association scores and urls} |
| 6 | \usage{ |
| 7 | mergeDuplicateCollocates(...) |
| 8 | } |
| 9 | \arguments{ |
| 10 | \item{...}{tibbles with collocate rows returned from \code{\link[=collocationAnalysis]{collocationAnalysis()}}} |
| 11 | } |
| 12 | \value{ |
| 13 | tibble with unique collocate rows |
| 14 | } |
| 15 | \description{ |
| 16 | Merge duplicate collocate rows and re-calculate association scores and urls |
| 17 | } |