help

Display documentation for a function

Prints the help documentation for the specified function, including signature, parameters, return value, and examples.

Parameters

Returns

Examples

help("mean")
help(print)

See Also

apropos