powered by
big.matrix
deepcopy(x)
x <- as.big.matrix(matrix(1:30, 10, 3)) y <- deepcopy(x) x y head(x) head(y)
Run the code above in your browser using DataLab