50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


latrend (version 1.2.1)

match.call.all: Argument matching with defaults and parent ellipsis expansion

Description

Returns a call containing all arguments in specified form, including default arguments.

Usage

match.call.all(n = 1L)

Arguments

n

The number of frames to go back on the calling stack. See base::sys.parent for more details.

Value

A call

See Also

base::match.call base::sys.parent