Description Usage Arguments Details Value Examples
A terse syntax of function declaration for people who are interested in shooting yourself in the foot.
1 | left = right
|
left |
A symbol or a function call. |
right |
A R expression as body of the function. |
If left hand side is a symbol, it just do normal assignment like <-
.
If left hand side is a function call, e.g. f(x, y), it creates a function named "f" which has formal arguments of "x", "y" and function body defined by the right hand side, in the environment calling it.
The assigned value or function.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.