Returns a character vector containing the title of a function for a loaded package.
extract_title(fnc_name, package_name)
fnc_name | String containing the name of the function. |
---|---|
package_name | String containing the name of the loaded package. |
A character vector containing the title of a function for a loaded package.
extract_title( fnc_name = "extract_title", package_name = "devtoolbox")#> [1] "Extract the title of a function for a loaded package"