caller: Convert arguments of a function to a list

Description Usage Arguments Value Author(s) Examples

Description

It strips the function call of a function and returns a named list of only the used arguments

Usage

1

Arguments

...

All arguments you would pass to another function.

Value

A named list of all arguments

Author(s)

Wannes Rosiers

Examples

1
caller(formula = Species ~ ., data = iris)

parallelML documentation built on May 2, 2019, 2:44 a.m.