arguments: Arguments of a Function

argumentsR Documentation

Arguments of a Function

Description

Shows the arguments and their default values of a function.

Usage

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

Arguments

fun

name of the function.

width

optional width for line breaking.

Value

None.

See Also

args.

Examples

arguments(repeat.sample)


desk documentation built on May 29, 2024, 6:05 a.m.

Related to arguments in desk...