Learn R Programming

devtoolbox (version 0.2.0)

extract_title: Extract the title of a function for a loaded package

Description

Returns a character vector containing the title of a function for a loaded package.

Usage

extract_title(fnc_name, package_name)

Value

A character vector containing the title of a function for a loaded package.

Arguments

fnc_name

String containing the name of the function.

package_name

String containing the name of the loaded package.

Examples

Run this code
extract_title(
  fnc_name = "extract_title",
  package_name = "devtoolbox")

Run the code above in your browser using DataLab