new_call | R Documentation |
Create a new call from components
new_call(car, cdr = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.