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

data_frame() soft-deprecated from tibble v2.00, replaced with tibble() #58

Closed luisdza closed 5 years ago

luisdza commented 5 years ago

When using data_frame in the example code, the following error is displayed: data_frame() is deprecated, use tibble().

From tibble v2.00, data_frame() is soft-deprecated.

juliasilge commented 5 years ago

Thank you so much! 🙌

luisdza commented 5 years ago

Thank you for the awesome package and book. 💪