Closed hughjonesd closed 4 years ago
Describe the bug
After insert_row() at the first row, caption becomes unset. The same holds for insert_column().
insert_row()
insert_column()
Minimal Reproducible Example
hux(1) %>% set_caption("A caption") %>% insert_row("hi") %>% caption()
Expected behavior
Caption should remain set. This is going to be a function of the way the rbind() works
rbind()
System details
Huxtable 5.0.0
Describe the bug
After
insert_row()
at the first row, caption becomes unset. The same holds forinsert_column()
.Minimal Reproducible Example
Expected behavior
Caption should remain set. This is going to be a function of the way the
rbind()
worksSystem details
Huxtable 5.0.0