R: Launch web browser

后端 未结 2 582
逝去的感伤
逝去的感伤 2021-02-19 03:35

Is there a way to launch internet explorer with a given URL in R? I want to scrape web pages in order to extract certain values, but I want to open the web pages themselves jus

2条回答
  •  感情败类
    2021-02-19 04:07

    Maybe something like:

    system("iexplore.exe http://www.foo.bar/eggs.html")
    

    Could work under windows.

提交回复
热议问题