argNames: Get the names of the arguments to a function

View source: R/toolbox.R

argNamesR 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")

toolbox documentation built on Sept. 22, 2022, 1:09 a.m.

Related to argNames in toolbox...