Learn R Programming

robust (version 0.3-19)

arg.names: Argument Names

Description

Returns the argument names of a function or call.

Usage

arg.names(x)

Arguments

x
a function, call, or a character vector of length 1 containing the name of a function.

Value

  • a character vector containing the names of the arguments.

Examples

Run this code
arg.names(lm)

Run the code above in your browser using DataLab