practiced the basic operation and found something interesting.
test <- array(0,dim = c(1,26)) colnames(test) <- letters
I was expecting an array with letters like colname, but it looks like it looks like

the name of the 24th column should be "x" without a doubt, but there is no result. interesting. Eric
source share