R/mixtime.R
is_mixtime.Rd
Check if the object is a mixtime
is_mixtime(x)
An object.
TRUE if the object inherits from the mixtime class.
TRUE
mixtime
is_mixtime(Sys.Date()) #> [1] FALSE is_mixtime(yearmonth(1)) #> Error in loadNamespace(x): there is no package called ‘vecvec’