Skip to content

tbl_df breaks xtable() -- bug? #656

@aammd

Description

@aammd

I swear I used to be able to print tbl_df objects, but suddenly after upgrading to latest dplyr that went away:

library(dplyr)

iris %>% 
  tbl_df %>%
  xtable %>%
  print
## Error in .subset2(x, i, exact = exact) : subscript out of bounds
## doesn't work

iris %>% 
  tbl_df %>%
  as.data.frame %>%
  xtable %>%
  print
## works fine

Metadata

Metadata

Assignees

Labels

bugan unexpected problem or unintended behavior

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions