h: View html version of help file

View source: R/help.R

hR 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)


broman documentation built on July 8, 2022, 5:07 p.m.

Related to h in broman...