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