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

still.identical

Test for C-level identity of two atomic vectors


Description

Test for C-level identity of two atomic vectors

Usage

still.identical(x, y)

Arguments

x

an atomic vector

y

an atomic vector

Value

logical scalar

Examples

x <- 1:2
y <- x
z <- copy_vector(x)
still.identical(y,x)
still.identical(z,x)

bit

Classes and Methods for Fast Memory-Efficient Boolean Selections

v4.0.4
GPL-2 | GPL-3
Authors
Jens Oehlschlägel [aut, cre], Brian Ripley [ctb]
Initial release
2020-08-03

We don't support your browser anymore

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