YearQuartersFormat | R Documentation |
Functions to format a mondate
into its character
representation according to the displayFormat
property.
YearQuartersFormat(x)
x |
a |
YearQuartersFormat is an example of a special formatting function
that can be provided to a mondate
object when created.
It will represent the date as YYYYQ* where * is 1-4.
See Examples
b <- mondate(1:12, formatFUN = YearQuartersFormat) # end of first 12 months of 2000
b
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.