extract_family: Extract the family of a function for a loaded package

View source: R/extract_family.R

extract_familyR Documentation

Extract the family of a function for a loaded package

Description

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

Usage

extract_family(fnc_name, package_name)

Arguments

fnc_name

String containing the name of the function.

package_name

String containing the name of the loaded package.

Value

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

Examples

extract_family(
  fnc_name = "extract_family",
  package_name = "devtoolbox")


devtoolbox documentation built on July 8, 2022, 5:08 p.m.