Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

identical.integer64

Identity function for class 'integer64'


Description

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)

Arguments

x

atomic vector of class 'integer64'

y

atomic vector of class 'integer64'

num.eq

see identical

single.NA

see identical

attrib.as.set

see identical

ignore.bytecode

see identical

Details

This is simply a wrapper to identical with default arguments num.eq = FALSE, single.NA = FALSE.

Value

A single logical value, TRUE or FALSE, never NA and never anything other than a single value.

Author(s)

Jens Oehlschlägel <Jens.Oehlschlaegel@truecluster.com>

See Also

Examples

i64 <- as.double(NA); class(i64) <- "integer64"
  identical(i64-1, i64+1)
  identical.integer64(i64-1, i64+1)

bit64

A S3 Class for Vectors of 64bit Integers

v4.0.5
GPL-2 | GPL-3
Authors
Jens Oehlschlägel [aut, cre], Leonardo Silvestri [ctb]
Initial release
2020-08-29

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.