fun.arg.default: Change Function Defaults.

Description Usage Arguments Details Value

View source: R/functions.R

Description

Allows for the changing of function default arguments.

Usage

1

Arguments

func

the function to have it's defaults changed.

...

the new defaults mapping.

Details

For every pair of the form name=value in ..., the function changes the default value of the argument with name name to the given value value.

Value

A remapped function.


RlonRyan/QuikR documentation built on May 14, 2019, 3:09 a.m.