From the comments:
Press start
Select Control Panel> System
Select Advance system settings
PressEnvironment Variables...
In System Variables
Scroll to Pathand double-click the Variable value:Add icon at the end ;C:\path\to\directory, which contains the chromedriver.exe file. Pay attention to ;which shares the paths
Restart the R session, and now you can start:
> require(RSelenium)
RSelenium::startServer()
remDr <- remoteDriver(browserName = "chrome")
remDr$open()
EDIT
RSelenium chromedriver.exe, https://sites.google.com/a/chromium.org/chromedriver/downloads. chromedriver.exe, .
, chromedriver.exe PATH, . , , C:\Python27\Scripts.