How it works

This app uses the `tm` package's `findAssocs` function to calculate associations between the specified term and other terms in the dataset based on their co-occurrence patterns.

This function identifies terms that tend to appear together with the specified term in the same documents, helping you uncover meaningful insights and patterns in your text data.

Adjust the minimum association slider to filter associations.

For more information, you can refer to the `tm` package documentation.