timestring {rtv}R Documentation

Formatted Time Strings

Description

The function timestring is for creating human-readable formatted time strings. The function timestring.format is a convenience function for returning either a date or date-tod format.

Usage

timestring (x, date=getOption ("rtv.print.date"),
    outformat=timestring.format (date), ...)
timestring.format (date=TRUE)

Arguments

x An rtv object.
date If true, date format, else date-tod format. Ignored if outformat provided.
outformat A format string.
... Ignored.

[Package rtv version 0.3.1 Index]