The goal of tidytextextensions is to provide a suite of tidy functions that calculate additional term frequency formulations. Designed to be an extension of ‘tidytext’.
You can install the development version of tidytextextensions from GitHub with:
# install.packages("devtools")
devtools::install_github("latlio/tidytextextensions")
This is a basic example which shows you how to solve a common problem:
library(tidytextextensions)
## basic example code