[Rd] str() not displaying names

Etienne Sanchez etiennesanchez2 at gmail.com
Tue Nov 14 19:33:07 CET 2017


In some cases, str() does not print the "names" attribute of the object:

u <- structure(c(5, 6), names = c("a", "b"), color = "blue")
str(u)
#  atomic [1:2] 5 6
#  - attr(*, "color")= chr "blue"

Is it a bug or a design choice?

Originally asked here:
https://stackoverflow.com/q/47185756/6656269



More information about the R-devel mailing list