The only thing that I didn't feel satisfied with was the display when showType is true (example below)

As you can see, I left the container, dimension, and type in the data frame, but this made them unable to be tabbed over. I could have pulled them out of the data frame and displayed them each on a separate line (ex:
12: 4 d <- 4
container: vector
dimension: 1
type: numeric)
but I felt that this would take up a lot of extra space. What are your thoughts?
(This is from Rose)
The only thing that I didn't feel satisfied with was the display when showType is true (example below)

As you can see, I left the container, dimension, and type in the data frame, but this made them unable to be tabbed over. I could have pulled them out of the data frame and displayed them each on a separate line (ex:
12: 4 d <- 4
container: vector
dimension: 1
type: numeric)
but I felt that this would take up a lot of extra space. What are your thoughts?
(This is from Rose)