help.start.DSE {dse1} | R Documentation |
Start a browser and load DSE help.
help.start.DSE(browser = "netscape")
browser |
A system command for starting a browser. |
The DSE HTML help start page is loaded by the specified browser. This function is for use in S. In R the help is integrated with R's help facilities.
None.
if(is.S()) help.start.DSE()