5 Converting to and from nontidy formats | Text Mining with R
5 Converting to and from nontidy formats. In the previous chapters, we''ve been analyzing text arranged in the tidy text format: a table with onetokenperdocumentperrow, such as is constructed by the unnest_tokens() function. This lets us use the popular suite of tidy tools such as dplyr, tidyr, and ggplot2 to explore and visualize text data.