Makes a copy of a function with new defaults. Similar to purrr::partial except that arguments with new defaults still accept input.
Arguments
- .f
function
- ...
<
dynamic-dots> new defaults
Makes a copy of a function with new defaults. Similar to purrr::partial except that arguments with new defaults still accept input.
function
<dynamic-dots> new defaults