help.start.DSE {dse1}R Documentation

Start DSE Help in S

Description

Start a browser and load DSE help.

Usage

    help.start.DSE(browser = "netscape")

Arguments

browser A system command for starting a browser.

Details

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.

Value

None.

Examples

if(is.S()) help.start.DSE()