-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancement ✨New feature or requestNew feature or request
Description
Mono-by crosstables:
ct1 = mtcars2 %>%
crosstable(cyl, by=c(am),
margin=c("row", "col"), total = FALSE)
ct2 = mtcars2 %>%
crosstable(c(cyl), by=c(vs),
margin=c("row", "col"), total = FALSE)
ct_bind_cols(ct1, ct2) %>%
af()More than 2 crosstables
ct_bind_cols(ct1, ct1, ct1) %>%
af()Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancement ✨New feature or requestNew feature or request