tidytext: Text mining using dplyr, ggplot2, and other tidy toolsAuthors: Julia Silge, David Robinson
License: MIT

Using tidy data principles can make many text mining tasks easier, more effective, and consistent with tools already in wide use. Much of the infrastructure needed for text mining with tidy data frames already exists in packages like dplyr, broom, tidyrand ggplot2. In this package, we provide functions and supporting data sets to allow conversion of text to and from tidy formats, and to switch seamlessly between tidy tools and existing text mining packages.
InstallationYou can install this package from CRAN:
install.packages("tidytext")
Or you can install the development version from Github with devtools:
library(devtools)install_github("juliasilge/tidytext")