Learn R Programming

R.oo (version 1.7.5)

as.character.Exception: Gets a character string representing of the Exception

Description

. By default the format is: "[{POSIX date string}] {class name}: {msg}".

Usage

## S3 method for class 'Exception':
as.character(x, ...)

Arguments

...
Not used.

Value

See Also

For more information see Exception.

Examples

Run this code
For a complete example see help(Exception).

Run the code above in your browser using DataLab