Skip to contents

Make a text representation of a called function call

Usage

fn_dry(fn_called)

Arguments

fn_called

a function called

Value

character representation of the called function

Examples

if (FALSE) { # \dontrun{
fn_dry(sum(log(1:10)))
} # }