powered by
Test for C-level identity of two atomic vectors
still.identical(x, y)
logical scalar
an atomic vector
x <- 1:2 y <- x z <- copy_vector(x) still.identical(y,x) still.identical(z,x)
Run the code above in your browser using DataLab