gdata (version 2.18.0)

Args: Describe Function Arguments

Description

Display function argument names and corresponding default values, formatted in two columns for easy reading.

Usage

Args(name, sort=FALSE)

Arguments

name

a function or function name.

sort

whether arguments should be sorted.

Value

A data frame with named rows and a single column called value, containing the default value of each argument.

See Also

Args is a verbose alternative to args, based on formals.

help also describes function arguments.

Examples

Run this code
# NOT RUN {
Args(glm)
Args(scan)
Args(legend, sort=TRUE)
# }

Run the code above in your browser using DataLab