This will discover any deviation between objects containing integer64 vectors.
identical.integer64(
x,
y,
num.eq = FALSE,
single.NA = FALSE,
attrib.as.set = TRUE,
ignore.bytecode = TRUE,
ignore.environment = FALSE,
ignore.srcref = TRUE,
...
)Atomic vector of class 'integer64'
See identical().
Passed on to identical(). Only extptr.as.ref= is available as of R 4.4.1,
and then only for versions of R >= 4.2.0.
A single logical value, TRUE or FALSE, never NA and never
anything other than a single value.
This is simply a wrapper to identical() with default arguments
num.eq = FALSE, single.NA = FALSE.