rgp (version 0.4-1)

do.call.ignore.unused.arguments: A variant of do.call that ignores unused arguments

Description

A variant of do.call that ignores unused arguments

Usage

do.call.ignore.unused.arguments(what, args, quote = FALSE, envir = parent.frame())

Arguments

what
What to call (either a function or a character vector naming a function in envir.
args
The args for the call, these may include arguments not used by what.
quote
Whether to quote the arguments.
envir
The environment within which to evaluate the call.

Value

The result of the call.