fn_hydrate: Hydrate a dried called function

View source: R/utils.R

fn_hydrateR Documentation

Hydrate a dried called function

Description

execute and returns the value of function call given its textual (dried) representation

Usage

fn_hydrate(dried_fn)

Arguments

fn_called

a function called

Value

value of the called function given its textual representation

Examples

## Not run: 
fn_hydrate(fn_dry(sum(log(1:10))))

## End(Not run)

amashadihossein/dpi documentation built on Aug. 14, 2024, 11:13 a.m.