powered by
ghelp(topic = NULL, package = NULL, container = NULL, ..., toolkit = guiToolkit()) ghelpbrowser(title = "Help browser", maxTerms=100, width=550, height=600, toolkit = guiToolkit())
add
The add(obj,value) method can be used to add a new page. The page may be specified as a list with components topic and package, as a string in the form package:::topic, or a string of the form topic.
add(obj,value)
topic
package
package:::topic
obj <- ghelp(container=TRUE) add(obj,"base:::mean")
Run the code above in your browser using DataLab