print.grates_yearmonth {grates} | R Documentation |
Format and print a yearmonth object
Description
Format and print a yearmonth object
Usage
## S3 method for class 'grates_yearmonth'
print(x, format = "%Y-%b", ...)
## S3 method for class 'grates_yearmonth'
format(x, format = "%Y-%b", ...)
Arguments
x |
A |
format |
The format to use for printing. |
... |
Not currently used. |
Value
For format()
, a character vector representing the formatted input.
print()
is called for the side effect of printing to screen and thus
returns the input <grates_yearmonth>
object invisibly.
[Package grates version 1.5.0 Index]