Learn R Programming

toolbox (version 0.1.1)

argNames: Get the names of the arguments to a function

Description

Get the names of the arguments to a function

Usage

argNames(x)

Value

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

Arguments

x

A function or string naming a function.

Examples

Run this code
argNames("readLines")

Run the code above in your browser using DataLab