argNames {msProcess}R Documentation

Display the Argument List of a Function

Description

Displays only the argument names for a function.

Usage

argNames(x)

Arguments

x the name of a function. A character string is also accepted, and is useful when the function name would not be interpreted as a name by the parser.

Value

the names of the arguments.

See Also

args.

Examples

argNames(lm)
argNames("lm")

[Package msProcess version 1.0.5 Index]