powered by
Coerce an object to class mondate.
as.mondate(x, ...)
A mondate if coersion is successful.
mondate
an R object.
optional arguments passed to other methods.
Dan Murphy
This is a convenience function that simply calls the appropriate mondate conversion method depending on the class of x.
x
mondate-methods
y <- as.Date("2012-12-31") as.mondate(y)
Run the code above in your browser using DataLab