Description Usage Arguments Value Examples
View source: R/summarise_by_group.R
A function to display level of missingness in a data frame provided
1 | summarise_by_group(df, variable, group_variable, dcm = 0)
|
df |
A data frame containing the variables to be summarised |
group_variable |
The grouping variable factor |
dcm |
Number of decimal places to be previewed |
A data frame structure showing the freq distribution
1 | if(!require(ggplot2)){install.packages(ggplot2)};summary_group(diamonds, variable = clarity,group_variable = cut)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.