all.equal.nanoperiod | R Documentation |
Compare target
and current
testing ‘near
equality’. If they are different, comparison is still made to
some extent, and a report of the differences is returned. Do not
use all.equal
directly in if
expressions—either
use isTRUE(all.equal(....))
or identical
if
appropriate.
## S3 method for class 'nanoperiod'
all.equal(target, current, ..., check.attributes = TRUE)
## S4 method for signature 'nanoperiod'
all.equal(target, current, ..., check.attributes = TRUE)
target , current |
|
... |
further arguments for different methods |
check.attributes |
logical indicating if the
|
identical
, isTRUE
,
==
, and all
for exact equality
testing.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.