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
Maybe something like:
system("iexplore.exe http://www.foo.bar/eggs.html")
Could work under windows.