Description Usage Arguments Examples
The ymon format()
method is purposefully implemented without a format =
argument, and always prints as YYYY-MM
. To use a custom format, the ymon
would have to be converted to POSIXlt, which is a very slow operation. It is
also buggy when outside the year range of 0-9999 because strptime doesn't
support it. If you want to use a custom format, convert to Date first with
as.Date()
, and then format that.
1 2 |
x |
A ymon. |
... |
Unused. |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.