Learn R Programming

box (version 1.0.0)

help: Display module documentation

Description

help displays help on a module<U+2019>s objects and functions in much the same way help does for package contents.

Usage

help(topic, help_type = getOption("help_type", "text"))

Arguments

topic

fully-qualified name of the object or function to get help for, in the format module$function.

help_type

character string specifying the output format; currently, only 'text' is supported.

Value

help is called for its side-effect when called directly from the command prompt.

Details

See the vignette in vignette('box', 'box') for more information on displaying help for modules.