arg.names {robust}R Documentation

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

  arg.names(lm)

[Package robust version 0.3-4 Index]