match.call.withDef: Match arguments in a call to function and add default values

View source: R/high_level_UI.R

match.call.withDefR Documentation

Match arguments in a call to function and add default values

Description

Match arguments in a call to function and add default values

Usage

match.call.withDef(definition, call)

Arguments

definition

Definition of the function to match against

call

The call that should be matched

Details

Given the definition of a function and a call, it matches the arguments so that they are named and inserts any default argument values where those are missing

Value

A call with named arguments and default values

Author(s)

Holger Hoefling


hdf5r documentation built on April 4, 2025, 2:38 a.m.