summarise_by_group: A function to display level of missingness in a data frame...

Description Usage Arguments Value Examples

View source: R/summarise_by_group.R

Description

A function to display level of missingness in a data frame provided

Usage

1
summarise_by_group(df, variable, group_variable, dcm = 0)

Arguments

df

A data frame containing the variables to be summarised

group_variable

The grouping variable factor

dcm

Number of decimal places to be previewed

Value

A data frame structure showing the freq distribution

Examples

1
 if(!require(ggplot2)){install.packages(ggplot2)};summary_group(diamonds, variable = clarity,group_variable = cut)

stevenndungu/quickr documentation built on May 6, 2020, 7:49 p.m.