Description Usage Arguments Value See Also Examples
Is x a difftime object?
1 | is.difftime(x)
|
x |
an R object |
TRUE if x is a difftime object, FALSE otherwise.
is.instant()
, is.timespan()
, is.interval()
,
is.period()
.
1 2 | is.difftime(as.Date("2009-08-03")) # FALSE
is.difftime(make_difftime(days = 12.4)) # TRUE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.