compose_fn_call: Compose function call

View source: R/rlang.R

compose_fn_callR Documentation

Compose function call

Description

Compose function call

Usage

compose_fn_call(fn, args)

Arguments

fn

(character) Function name

args

(list) List of arguments

Examples

foo <- function(x, y) x + y
call <- compose_fn_call("foo", list(x = 1, y = 1))
eval(call)

rappster/laker documentation built on Aug. 15, 2022, 10:13 p.m.