box::help
displays help on a module’s objects and functions in much
the same way help
does for package contents.
Usage
box::help(topic, help_type = getOption("help_type", "text"))
Arguments
- topic
either the fully-qualified name of the object or function to get help for, in the format
module$function
; or a name that was exported and attached from an imported module or package.- help_type
character string specifying the output format; currently, only
'text'
is supported.
Details
See the vignette at vignette('box', 'box')
for more information about
displaying help for modules.