Learn R Programming

parallelML (version 1.2)

caller: Convert arguments of a function to a list

Description

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

Usage

caller(...)

Arguments

...
All arguments you would pass to another function.

Value

A named list of all arguments

Examples

Run this code
caller(formula = Species ~ ., data = iris)

Run the code above in your browser using DataLab