do.callUnique: Execute a Function Call, allowing for further arguments given...

View source: R/do.callUnique.R

do.callUniqueR Documentation

Execute a Function Call, allowing for further arguments given as ...

Description

Execute a Function Call, allowing for further arguments given as ...

Usage

do.callUnique(what, args, ...)

Arguments

what

either a function or a non-empty character string naming the function to be called.

args

a list of arguments to the function call. The names attribute of args gives the argument names.

...

futher agruments to be merged with 'args'. These arguments have presidence over those in 'args'.


arnejohannesholmin/TSD documentation built on April 14, 2024, 5:29 a.m.