Description Usage Arguments Value
The function args
may return NULL for some primitives, e.g. '['.
This function checks for that, and in that case returns the most general function possible:
function(...) NULL
Otherwise the return is identical
1 |
name |
A function, or a character string with the name of a function (which is found using the scope of the caller). |
Identical as that of args
, except when called with a primitive, and args() returns NULL.
In that case, an empty function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.