dgrtwo / tidy-text-mining

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

Automatically download the twitter dataset #104

Closed aliaamiri closed 2 years ago

aliaamiri commented 2 years ago

In its former format of the code, I must download the two CSV files manually, and place them in this path: ~/data to run the code. By changing the code, the CSV files are now automatically downloaded from Github.

juliasilge commented 2 years ago

Thank you for this suggested change! We are going to stick with the code as it currently is, for folks to use from the RStudio project if they clone it locally.