print.grates_month | R Documentation |
Format and print a month object
## S3 method for class 'grates_month'
print(x, format = "%Y-%b", sep = "to", ...)
## S3 method for class 'grates_month'
format(x, format = "%Y-%b", sep = "to", ...)
x |
A |
format |
The format to use for the bounds of each value. |
sep |
Where more than one month is grouped with others, |
... |
Not currently used. |
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_month>
object invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.