This will discover any deviation between objects containing integer64 vectors.
Usage
identical.integer64(
x,
y,
num.eq = FALSE,
single.NA = FALSE,
attrib.as.set = TRUE,
ignore.bytecode = TRUE,
ignore.environment = FALSE,
ignore.srcref = TRUE,
...
)
Arguments
- x, y
Atomic vector of class 'integer64'
- num.eq, single.NA, attrib.as.set, ignore.bytecode, ignore.environment, ignore.srcref
See
identical()
.- ...
Passed on to
identical()
. Onlyextptr.as.ref=
is available as of R 4.4.1, and then only for versions of R >= 4.2.0.
Details
This is simply a wrapper to identical()
with default arguments
num.eq = FALSE, single.NA = FALSE
.