arguments: Get arguments of the calling function.
Description
Get arguments of the calling function.
Usage
arguments(expand_dots = FALSE)
Value
The unevaluated argument list given to the calling function.
Arguments
- expand_dots
Logical; If TRUE
, returns the argument list with
expanded ...
.