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

Description Usage Arguments Value

View source: R/function_utils.r

Description

A variant of do.call that ignores unused arguments

Usage

1
2

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.


rgp documentation built on May 30, 2017, 12:45 a.m.