is {fmdates} | R Documentation |
Calendar class checkers
Description
Calendar class checkers
Usage
is.Calendar(x)
is.JointCalendar(x)
Arguments
x |
object to be tested |
Value
TRUE
if x
inherits from Calendar
or JointCalendar
(is.Calendar
and is.JointCalendar
respectively) and FALSE
otherwise.
See Also
Other calendar methods: adjust
,
generate_schedule
, is_good
,
is_valid_bdc
, locale
,
shift
, tz
[Package fmdates version 0.1.4 Index]