.extract_function_name {primarycensored}R Documentation

Extract Base Function Name

Description

This helper function extracts the base name of a function, removing an namespace prefixes.

Usage

.extract_function_name(func)

Arguments

func

The output of substitute on a function.

Value

A character string representing the base name of the function.


[Package primarycensored version 1.0.0 Index]