forceArgs: Force evaluation of the parent function's arguments.

Description Usage Arguments Details

View source: R/function.R

Description

Force evaluation of the parent function's arguments.

Usage

1

Arguments

args

List of Argument names to force evaluation. Defaults to all named arguments see match.call.

Details

Similar to forceAndCall but used from within the respective function.

This method is not using force as it is restricted to it's calling environment. Instead get is used.


wilson documentation built on April 19, 2021, 5:07 p.m.