vadr (version 0.01)

dots_names: Extract or change the argument names of ... arguments.

Description

Extract or change the argument names of ... arguments.

Usage

dots_names(...)
names(x)
names(x) <- value

Arguments

...
Any arguments. Usually you will pass ... from the body of a function.
x
a ... object, as constructed by dots
value
A character vector containing new names to be applied.

Value

  • For dots_names, the names of all arguments. Names are also attached to results from the other functions listed here.

See Also

dots dots_environments dots_expressions dots_missing curr alist