Learn R Programming

SciViews (version 0.8-8)

findhtmlhelp: 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.

See Also

listMethods

Examples

Run this code
findhtmlhelp("plot")
	findhtmlhelp("ls")

Run the code above in your browser using DataLab