R.oo (version 1.0.3)

argsToString.Class: 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

synopsis

argsToString.Class(this, fcn, ...)

See Also

For more information see Class.

Examples

Run this code
Class$argsToString(plot);

Run the code above in your browser using DataLab