Attributes

x <- c("a" = 1, "b" = 2, "c" = 3)
attributes(x)
## $names
## [1] "a" "b" "c"