argsToString.Class: Gets the arguments of a function as a character string

Class$argsToStringR 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

## Static method (use this):
## Class$argsToString(fcn, ...)

## Don't use the below:
## S3 method for class 'Class'
argsToString(this, fcn, ...)

Arguments

...

Not used.

Value

Returns a character string.

Author(s)

Henrik Bengtsson

See Also

For more information see Class.

Examples

  Class$argsToString(plot)

R.oo documentation built on June 12, 2022, 9:05 a.m.