findhtmlhelp {svMisc} | R Documentation |
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.
findhtmlhelp(topic, package = .packages(), lib.loc = NULL, verbose = getOption("verbose"))
topic |
The topic to search |
package |
An optional package where to look at |
lib.loc |
The path of the local library |
verbose |
Verbose output |
A character string containing the path of the HTML file, or "" if this file does not exist.
Eric Lecoutre <lecoutre@stat.ucl.ac.be>
findhtmlhelp("plot") findhtmlhelp("ls")