Skip to contents

Extract names of individual function objects from environment of a function_list object.

Usage

get_names_from_function_list(flist)

Arguments

flist

function_list or function object.

Value

Names of list corresponding to individual function objects that were passed to the function_list object. If flist is a simple function, returns NULL.

See also