make_command | R Documentation |
make_command
is a helper function used by developers to create function for
a new Command
object. It should not be used by end users.
make_command(name, fun, envir = caller_env())
name |
A string of the function name. |
fun |
A function used to initialize the |
envir |
A environment used to bind the created function. |
A function.
Command
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.