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
As things work now, no columns names are printed for zero-row output, and this can be confusing for users. It requires using str() just to find out what the columns are. See rstudio/ggvis#293 for an example of this confusion.
as.tbl(mtcars[0, ])
# Source: local data frame [0 x 11]
The text was updated successfully, but these errors were encountered:
As things work now, no columns names are printed for zero-row output, and this can be confusing for users. It requires using
str()
just to find out what the columns are. See rstudio/ggvis#293 for an example of this confusion.The text was updated successfully, but these errors were encountered: