R/utils.R
dot-extract_function_name.Rd
This helper function extracts the base name of a function, removing an namespace prefixes.
.extract_function_name(func)
The output of substitute on a function.
substitute
A character string representing the base name of the function.