Learn R Programming

reproducible (version 0.2.11)

.formalsNotInCurrentDots: Identify which formals to a function are not in the current ...

Description

This is for advanced use.

Usage

.formalsNotInCurrentDots(fun, ..., dots)

Arguments

fun

A function

...

The ... from inside a function. Will be ignored if dots is provided explicitly.

dots

Optional. If this is provided via say dots = list(...), then this will cause the ... to be ignored.