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

Error in Section 1.5 - gutenbergr Package #76

Closed RiteshSS closed 4 years ago

RiteshSS commented 4 years ago

Hi, I am learning sentiment analysis and I am at little over a beginner level in R.

While running the code to download data sets using gutenbergr package.

Particular code that is giving the error is below for your reference-

`library(gutenbergr)

hgwells <- gutenberg_download(c(35, 36, 5230, 159))`

This gives the error as- Determining mirror for Project Gutenberg from http://www.gutenberg.org/robot/harvest Error in open.connection(con, "rb") : HTTP error 403.

Could you please help me with this?

Thanks in advance.

Best regards, Ritesh