View source: R/update_function_arguments.R
update_function_arguments | R Documentation |
If the function is specified within a package, then update the function within the namespace of the package.
update_function_arguments(
function_name,
package_name = NULL,
envir = parent.frame(),
...
)
function_name |
character name of function |
package_name |
character name of package. Set this if you want the function to be updated within the package namespace. If this is unset then the changed function is placed in the specified environment |
envir |
environment to place the function if package_name not set |
... |
Dots sent to |
TRUE otherwise should throw an error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.