“PATH to JAVA not found. Please check JAVA is installed.” error when initialising RSelenium
问题 I am trying to start an RSelenium session to webscrape. However, when running this code: driver <- rsDriver(browser=c("chrome"), chromever="76.0.3809.126", port = 4444L) I get this error: Error in java_check() : PATH to JAVA not found. Please check JAVA is installed. I have installed the right version of Java - I think I somehow need to set the path to Java in R, but I've got no idea how to do this. I'm a data scientist and don't understand how any of the computer stuff works. I also tried to