Learn R Programming

parallelML (version 1.2)

get_args: Get all arguments of a call

Description

This function can only be called within another function, it then returns a named list of all arguments in the super-function.

Usage

get_args()

Arguments

Value

A named list of all arguments in the super-function.