Learn R Programming

latrend (version 1.6.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)

Value

A call

Arguments

n

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

See Also