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