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

Description Usage Arguments Value Author(s) See Also

Description

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

Usage

1
2
3
4
5
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

Author(s)

Peter Meilstrup

See Also

dots dots_environments dots_expressions dots_missing curr alist


crowding/vadr documentation built on May 14, 2019, 11:33 a.m.