arguments: Get arguments of the calling function.

View source: R/utility.R

argumentsR Documentation

Get arguments of the calling function.

Description

Get arguments of the calling function.

Usage

arguments(expand_dots = FALSE)

Arguments

expand_dots

Logical; If TRUE, returns the argument list with expanded ....

Value

The unevaluated argument list given to the calling function.


publipha documentation built on April 4, 2023, 5:19 p.m.