new_call: Create a new call from components

View source: R/node.R

new_callR 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.


rlang documentation built on April 12, 2025, 1:13 a.m.