new_call: 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.