findhtmlhelp {svMisc}R Documentation

Find the HTML help file associated with a topic

Description

Get the path of the HTML help file associated with a topic, but do not display it. It can be used for contextual menu of objects in an object browser.

Usage

findhtmlhelp(topic, package = .packages(), lib.loc = NULL, verbose = getOption("verbose"))

Arguments

topic The topic to search
package An optional package where to look at
lib.loc The path of the local library
verbose Verbose output

Value

A character string containing the path of the HTML file, or "" if this file does not exist.

Author(s)

Eric Lecoutre <lecoutre@stat.ucl.ac.be>

See Also

listMethods

Examples

        findhtmlhelp("plot")
        findhtmlhelp("ls")

[Package svMisc version 0.9-5 Index]