h {broman}R Documentation

View html version of help file

Description

View the html version of a help file while running R via ESS within emacs.

Usage

h(...)

Arguments

...

Help topics.

Details

This just calls the function utils::help() using the argument htmlhelp=TRUE.

Value

No return value.

See Also

utils::help(), utils::help.start()

Examples

h(read.cross)


[Package broman version 0.80 Index]