Description Usage Arguments Value Examples
A minimal function which counts the number of observations by groups in a data frame
1 |
.data |
data frame to be processed |
.variables |
variables to split data frame by, as a character vector ( |
... |
additional function calls to be applied on the .data |
a data frame, with a column for each cateogrical variable used, and a row for each combination of all the categorical variables' modalities.
1 2 3 4 | data("invented_wages")
tmp <- jointfun_(.data = invented_wages, .variables = c("gender", "sector"))
tmp
str(tmp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.