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

9.1 Preprocessing Error #88

Closed walinchus closed 3 years ago

walinchus commented 3 years ago

This line of code isn't working: raw_text <- tibble(folder = dir(training_folder, full.names = TRUE)) It says it does but it doesn't read anything. And yes I downloaded the folder so it's in there. I tried changing it to other folders but it didn't work. Does anyone know why?

juliasilge commented 3 years ago

This is related to #82. Be sure you have cloned the whole project and are working from the project directory. You might think about using a function like usethis::create_from_github().

walinchus commented 3 years ago

Thanks

On Mar 9, 2021, at 1:07 PM, Julia Silge notifications@github.com wrote:

 This is related to #82. Be sure you have cloned the whole project and are working from the project directory. You might think about using a function like usethis::create_from_github().

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.