bizyearse: Business days and current days equivalence in years
Description
bizyearse is a counterparty of bizdayse which returns the
amount of business days in years.
Usage
bizyearse(dates, curd, cal = bizdays.options$get("default.calendar"))
Arguments
dates
the initial dates
curd
the amount of current days
cal
an instance of Calendar
Value
numeric objects representing the amount of business days in years.
Date types accepted
The argument dates accepts Date objects and any
object that returns a valid Date object when passed through
as.Date, which include all POSIX* classes and character
objects with ISO formatted dates.
Recycle rule
These arguments handle the recycle rule so a vector of dates and a vector of
numbers can be provided and once those vectors differs in length the recycle
rule is applied.