well, copy & modify :) on a serious note though, `[` seems to make a deep copy: x <- c(5, 7, 11) y <- x[]
2 likes 1 replies
?
well, copy & modify :) on a serious note though, `[` seems to make a deep copy: x <- c(5, 7, 11) y <- x[]
2 likes 1 replies