Description Usage Arguments Examples
A shorthand for writing out R functions.
1 |
... |
list. The last argument specifies the funciton body, the non-last arguments specify the formals. |
1 2 | add <- fn(x, y, x + y)
add(2, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.