expand.call: Expand call to full names.

View source: R/expand.call.R

expand.callR Documentation

Expand call to full names.

Description

Return a call in which all of the arguments which were supplied or have presets are specified by their full names and supplied or default values.

Usage

expand.call(
  definition = NULL,
  call = sys.call(sys.parent(1)),
  expand.dots = TRUE,
  eval = FALSE
)

Arguments

definition

a function. See match.call.

call

an unevaluated call to the function specified by definition. See match.call.

expand.dots

logical. Should arguments matching ... in the call be included or left as a ... argument? See match.call.

eval

logical, defaults to TRUE. Should function arguments be evaluated in the returned call or not?

Value

An object of class call.

Author(s)

fabians

See Also

match.call


andybega/spduration documentation built on Feb. 9, 2024, 8:23 p.m.