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
package
An optional package where to look at
lib.loc
The path of the local library
Value
- A character string containing the path of the HTML file, or "" if this file does not exist.
Examples
Run this codefindhtmlhelp("plot")
findhtmlhelp("ls")
Run the code above in your browser using DataLab