powered by
This function is used to create cross_tbl
cross_tbl
tab(obj, var1, var2)
A tibble to create cross_tbl
Object used to create the table. Data frame, list, or environment (or object coercible by as.data.frame to a data frame)
Variable that you want the table (not written in string format)
Variable that you want on the top of the table (not written in string format)
mtcars |> fastrep::cross_tbl(cyl, am)
Run the code above in your browser using DataLab