View source: R/extract_title.R
extract_title | R Documentation |
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.