You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: