help {box} | R Documentation |
box::help
displays help on a module’s objects and functions in much
the same way help
does for package contents.
box::help(topic, help_type = getOption("help_type", "text"))
topic |
either the fully-qualified name of the object or function to get
help for, in the format |
help_type |
character string specifying the output format; currently,
only |
See the vignette at vignette('box', 'box')
for more information about
displaying help for modules.
box::help
is called for its side effect when called directly
from the command prompt.