body | R Documentation |
This function extracts or replaces the body of the given function definition.
body(fun)
body(fun, envir) <- value
fun |
(Function) The function definition from which to extract or replace the body. |
envir |
Currently unused. |
value |
The value to replace the body with. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.