Description Usage Arguments Value Note See Also Examples
Calls a function, and names the result with the first argument.
1 | call_and_name(fn, x, ...)
|
fn |
A function to call. See note below. |
x |
The first input to |
... |
Optional additional inputs to |
The result of fn(x, ...)
, with names given by the
argument x
.
The function, fn
, should return an object with the
same length as the input x
. For speed and simplicity, this
isn't checked; it is up to the developer of the assertion to make
sure that this condition holds.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.