.extract_function_name {primarycensored}R Documentation

Extract base function name

Description

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

Usage

.extract_function_name(func)

Arguments

func

Function, for example the p- or d- form of a distribution function.

Value

Character string representing the base name of the function.


[Package primarycensored version 1.2.0 Index]