prepare_.FUNdots {matsbyname}R Documentation

Prepare the .FUNdots argument for ⁠*apply_byname⁠ functions.

Description

This is a helper function for the various ⁠*apply_byname⁠ functions.

Usage

prepare_.FUNdots(a, .FUNdots)

Arguments

a

the main argument to an ⁠*apply_byname⁠ function.

.FUNdots

a list of additional arguments to be applied to FUN in one of the ⁠*apply_byname⁠ functions.

Details

We have four cases between a and any single item of .FUNdots:

Value

a reconfigured version of .FUNdots, ready for use by an ⁠*apply_byname⁠ function.


[Package matsbyname version 0.6.10 Index]