Learn R Programming

desk (version 1.1.2)

arguments: Arguments of a Function

Description

Shows the arguments and their default values of a function.

Usage

arguments(fun, width = options("width")$width)

Value

None.

Arguments

fun

name of the function.

width

optional width for line breaking.

See Also

Examples

Run this code
arguments(repeat.sample)

Run the code above in your browser using DataLab