BuissonFlorent / GoodReads_TextMining

Webscraping and analyzing book reviews on GoodReads
MIT License
42 stars 34 forks source link

Error in is.data.frame(x) : object 'global.df' not found #3

Open Ledgrev opened 4 years ago

Ledgrev commented 4 years ago

Hello,

Firstly, I would like to thank you for writing and sharing your script as well as providing all of us with clear instructions, I really appreciate it! I tried to run your script to scrape Goodreads reviews, but when I tried to run it I received the following error: write.csv(global.df, output.filename) Error in is.data.frame(x) : object 'global.df' not found. I am still rather new at working with R, so I was wondering if you could tell me how I might solve this problem?

Thank you in advance for your help!

BuissonFlorent commented 4 years ago

Hello, Thanks for your interest, but this old code is now broken due to changes in RSelenium that have been implemented in the meantime. Sorry about that, I have added a warning to my Github Readme file.