DanChaltiel / crosstable

Easy and thorough description of datasets
https://danchaltiel.github.io/crosstable/
112 stars 8 forks source link

bug in transpose > as_flextable() #61

Closed DanChaltiel closed 2 months ago

DanChaltiel commented 6 months ago
mtcars2 %>% 
   mutate(am_vs = paste(am, vs, sep="__")) %>% 
   crosstable(mpg, by=c(am_vs)) %>% 
   t() %>% af
#Error in `lag()`:
#! `x` must be a vector, not `NULL`.
DanChaltiel commented 2 months ago

seems to be fixed in the current version