Skip to contents

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.