execute_with_args {chevron} | R Documentation |
Execute function with given arguments
Description
Execute function with given arguments
Usage
execute_with_args(fun, ...)
Details
If the function has ...
, this function will not pass other arguments to ...
.
Only named arguments are passed.
[Package chevron version 0.2.12 Index]