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.


hadley/rlang documentation built on April 24, 2024, 1:05 a.m.