Last data update: 2014.03.03

R: Produce a character string suitable for printing.
toString.lgtdlR Documentation

Produce a character string suitable for printing.

Description

Data frames can contain lgtdl objects as elements. When the data frame is printed this function provides a suitable string for printing.

Usage

## S3 method for class 'lgtdl'
toString(x, width, ...)

Arguments

x

The object to be formated.

width

To control the width of the returned string-ignored.

...

Ignored.

Value

A character string. Currently it is "lgtdl, length = " with the length of the time component added.

Author(s)

Robert Gentleman

See Also

toString

Results