powered by
The lens version of colnames and colnames<-
colnames
colnames<-
colnames_l
An object of class lens of length 2.
lens
# NOT RUN { x <- matrix(1:4, ncol = 2) colnames(x) <- c("first", "second") x view(x, colnames_l) set(x, colnames_l, c("premiere", "deuxieme")) # }
Run the code above in your browser using DataLab