R/as.OtherDate.R

Defines functions as.OtherDate.default

Documented in as.OtherDate.default

`as.OtherDate` <-
function(x, calendar,...) UseMethod("as.OtherDate")

as.OtherDate.default<-function(x, calendar,...){
     as.OtherDate(as.Date(x,...), calendar,...)
}

Try the ConvCalendar package in your browser

Any scripts or data that you put into this service are public.

ConvCalendar documentation built on May 29, 2017, 4:25 p.m.