Skip to content
Prev 17704 / 398502 Next

Is it possible to open a specific file in the HTML browser like help(htmlhelp=TRUE) does?

On Thu, 7 Mar 2002, Henrik Bengtsson wrote:

            
(Browsing the help files might be more use.)
In Windows, use shell.exec("result.html"), which is documented.  (It looks
like `file' needs to be an absolute path, e.g. "c:/R/result.html".)

There is no cross-platform way that we know of. On Unix help.start uses a
system() call to launch netscape.