Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 675 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 675 Bytes

tidytextextensions

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’.

Installation

You can install the development version of tidytextextensions from GitHub with:

# install.packages("devtools")
devtools::install_github("latlio/tidytextextensions")

Example

This is a basic example which shows you how to solve a common problem:

library(tidytextextensions)
## basic example code