argsToString.Class {R.oo}R Documentation

Gets the arguments of a function as a character string

Description

Gets the arguments (with default values) of a function as a character string, which can be used for debugging purposes etc. Used by: classinfo().

Usage

Class$argsToString(fcn, ...)

Arguments

... Not used.

Value

Returns a character string.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see Class.

Examples

  Class$argsToString(plot);

[Package R.oo version 1.6.5 Index]