format_method_descriptions: Format method descriptions

View source: R/utilities.R

format_method_descriptionsR Documentation

Format method descriptions

Description

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

Usage

format_method_descriptions(method)

Arguments

method

A named list of methods and their descriptions.

Details

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

Value

A character vector of formatted method descriptions.


rbmi documentation built on April 12, 2025, 1:45 a.m.