I've been struggling for ages trying to resolve this and rather lost so would really appreciate your help.
I am trying to scrape a Javascript page through RStudio on a Mac and not even getting started which is frustrating.
- I installed phantomjs through the brew command in Terminal
- I installed a standalone selenium server through brew in Terminal
As soon as I run the checkForServer (or RSelenium::checkForServer) I get:
Warning message: In order(as.numeric(gsub("(.)/.", "\1", selJAR)), decreasing = TRUE) : NAs introduced by coercion
Any ideas?