missing_table: Produce a dataframe to summarise data completeness for...

missing_tableR Documentation

Produce a dataframe to summarise data completeness for variables

Description

Takes a dataframe and calculates the proportions present/missing for given variables.

Usage

missing_table(df = ., ..., group = ., format = "Missing", total = TRUE)

Arguments

df

Data Frame

...

Variables to be summarised

group

Optional variable that defines the grouping

format

Should the propotion missing or present be given?

total

Logical indicating whether a total column should be created

Value

A tibble data frame summarising the data completeness


EstherHerbert/Useful.functions documentation built on Jan. 31, 2025, 10:41 a.m.