powered by
attrnames(object)
names(attributes(object))
x <- matrix(1:100, ncol=5) colnames(x) <- LETTERS[1:5] attrnames(x)
Run the code above in your browser using DataLab