as.mondate | R Documentation |
Coerce an object to class mondate.
as.mondate(x, ...)
x |
an R object. |
... |
optional arguments passed to other methods. |
This is a convenience function that simply calls the
appropriate mondate
conversion method depending
on the class of x
.
A mondate
if coersion is successful.
Dan Murphy
mondate-methods
y <- as.Date("2012-12-31")
as.mondate(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.