h {broman} | R Documentation |
View the html version of a help file while running R via ESS within emacs.
h(...)
... |
Help topics. |
This just calls the function utils::help()
using the
argument htmlhelp=TRUE
.
No return value.
utils::help()
, utils::help.start()
h(read.cross)