isString.lgtdl: Produce a character string suitable for printing.

Description Usage Arguments Value Author(s) See Also

Description

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

Usage

1
2
## 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


lgtdl documentation built on May 1, 2019, 8:47 p.m.

Related to isString.lgtdl in lgtdl...