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?
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.
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!