程式諮詢(我想用R 做某件事情,但是我不知道要怎麼用R 寫出來)
[軟體熟悉度]:
入門(寫過其他程式,只是對語法不熟悉)
[問題敘述]:
我想要練習抓取網路上的資料
使用套件RSelenium時想要開啟瀏覽器
有先用checkForServer()抓取所需檔案
可是當執行startServer()就會出現錯誤如下
Warning message:
running command '"java" -jar
"C:/Users/Documents/R/win-library/3.1/RSelenium/bin/selenium-server-standalone.jar"
-log "C:/Users/Documents/R/win-library/3.1/RSelenium/bin/sellog.txt"'
had status 127
請問要怎麼解決呢?
感謝各位高手!!
[程式範例]:
require(RSelenium)
checkForServer()
startServer()
see=remoteDriver(browserName = 'chrome')
see$open()
[關鍵字]:
RSelenium