kwr_collocations | R Documentation |
Finds collocations, i.e. multiword phrases that are more likely than their single words
kwr_collocations(x, min_volume_prop = 0.5, min_n = 2, quanteda = TRUE)
x |
A |
min_volume_prop |
Minimum proportion. |
min_n |
Minimum number of queries. Only the n-grams with at least this number of queries will be included. |
quanteda |
If TRUE, will use the 'quanteda' package, which is recommended. |
A tibble of n-grams with a basic stats (number of queries and sum of search volumes). The n-grams are ordered descendingly by number of queries and search volume. Use dplyr::arrange to change order.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.