fn_name: Retrieve the function name

View source: R/universal_useful.R

fn_nameR Documentation

Retrieve the function name

Description

Sometimes a function is passed down the call stack and it's name is unknown. This function finds the name without having to pass it down the call stack as an argument.

Usage

fn_name(fn)

Arguments

fn

fn for which to retrieve the name

Value

chr of the functions name


yogat3ch/UU documentation built on May 31, 2024, 10:14 p.m.