format_method_descriptions | R Documentation |
This function formats method descriptions by combining method names and their descriptions.
format_method_descriptions(method)
method |
A named list of methods and their descriptions. |
If any non-atomic elements are present in the method list, they are converted to
a string representation using dput()
.
A character vector of formatted method descriptions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.