format_method_descriptions function

Format method descriptions

Format method descriptions

This function formats method descriptions by combining method names and their descriptions.

format_method_descriptions(method)

Arguments

  • method: A named list of methods and their descriptions.

Returns

A character vector of formatted method descriptions.

Details

If any non-atomic elements are present in the method list, they are converted to a string representation using dput().