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

.formalsNotInCurrentDotsR Documentation

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

Description

Advanced use.

Usage

.formalsNotInCurrentDots(fun, ..., dots, formalNames, signature = character())

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.

formalNames

Optional character vector. If provided then it will override the fun

Value

A list of the formals of the fun that are missing from the ... or dots.


PredictiveEcology/reproducible documentation built on April 14, 2024, 3:14 p.m.