Another powerful package in the R ecosystem used for NLP tasks is the tidytext
package. It provides tools for text mining, word processing and sentiment analysis using dplyr, ggplot2, and other tidy tools. It works using the concept of tidy data and it allows to uss the full potentiality of the tidyverse
ecosystem.
Here is possible to find some learnings and examples on how to use it to perform some basic text mining tasks.