dot-customized_call function

A helper function that makes it easier to override/add params in a function call.

A helper function that makes it easier to override/add params in a function call.

.customized_call(fun, ..., overridable_defaults = NULL, overrides = NULL)

Arguments

  • fun: Function to be called
  • ...: Parameters that can't be overridden
  • overridable_defaults: List of parameters and values that can be overridden
  • overrides: Parameters to add/override.

Returns

result of fun

  • Maintainer: Tomas Fryda
  • License: Apache License (== 2.0)
  • Last published: 2024-01-11