dot-customized_call: A helper function that makes it easier to override/add params...

.customized_callR Documentation

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

Description

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

Usage

.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.

Value

result of fun


h2o documentation built on Aug. 9, 2023, 9:06 a.m.