| print.datetimes {ssBase} | R Documentation |
This function provides a method for the generic function print to use on objects of class "datetimes".
## S3 method for class 'datetimes': print(x, ... )
x |
a datetimes object. |
... |
other options for printing "datetimes" objects.
|
Writes out the vector in the format DDMMMYYYY hh:mm:ss.s, where the number of decimal places for seconds is specified by the attribute "dp.second" in the "datetimes" object.
datetimes, format.datetimes, years1,
months1, days1, hrs.mins.secs
x <- datetimes(1998, 8, 3, 12, 55, 33, dp.second=0) print(x)