Identity function.
Is concatenation benign?
Identity(...)
... |
tautological arguments |
The tautologized arguments, concatenated
list.copy <- function(list) Reduce(Identity, list) list <- c(1, 2, 3) stopifnot(list.copy(list) == list)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.