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 node list of arguments.


[Package rlang version 0.2.2 Index]