formals_to | R Documentation |
When used within a (encapsulating) function, formals_to
recycles the inputs of the encapsulating function so that
they are vectors of the same length, and then sends these
updated arguments to some specified function.
formals_to(.fn)
.fn |
The function you want to send the recycled arguments to. |
The function .fn
evaluated with the arguments given in
the encapsulating function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.