Description Usage Format Examples
The lens version of colnames and colnames<-
| 1 | 
An object of class lens of length 2.
| 1 2 3 4 5 6 | x <- matrix(1:4, ncol = 2)
colnames(x) <- c("first", "second")
x
view(x, colnames_l)
set(x, colnames_l, c("premiere", "deuxieme"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.