| h_partial_fun_args | R Documentation |
Creates partial functions with arguments.
h_partial_fun_args(fun, ..., additional_attr = list())
fun |
( |
... |
Additional arguments for |
additional_attr |
( |
This function add args attribute to the original function,
and add an extra class partial to the function.
args is the argument for the function, and elements in ... will override the existing
arguments in attribute args. additional_attr will override the existing attributes.
Object with S3 class "partial", a function with args attribute (and possibly more
attributes from additional_attr).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.