argNames {toolbox}R Documentation

Get the names of the arguments to a function

Description

Get the names of the arguments to a function

Usage

argNames(x)

Arguments

x

A function or string naming a function.

Value

A vector of the names of the arguments to a function.

Examples

argNames("readLines")

[Package toolbox version 0.1.1 Index]