crubba / Wiley-ADCR

Repository for the book "Automated Data Collection with R"
41 stars 76 forks source link

chapter 10: text mining. source code is missing one line #2

Closed muuksi closed 8 years ago

muuksi commented 9 years ago

On line 84/85 one line is missing. adding the new tmp_corpus to the release_corpus list is printed in the book but not in the git source code

realease_corpus <- c(release_corpus, tmp_corpus)