dgrtwo / tidy-text-mining

Manuscript of the book "Tidy Text Mining with R" by Julia Silge and David Robinson
http://tidytextmining.com
Other
1.32k stars 805 forks source link

Update for new tidyr #81

Closed juliasilge closed 2 years ago

juliasilge commented 3 years ago

Let's switch out gather()/spread() for pivot_longer()/pivot_wider(). Related to #80.

juliasilge commented 2 years ago

We have removed all the gather() / spread(). 👍