new_call {rlang}R Documentation

Create a new call from components

Description

Create a new call from components

Usage

new_call(car, cdr = NULL)

Arguments

car

The head of the call. It should be a callable object: a symbol, call, or literal function.

cdr

The tail of the call, i.e. a pairlist of arguments.


[Package rlang version 1.1.4 Index]