Learn R Programming

lares (version 4.4)

missingness: Calculate missingness percentage on a data.frame

Description

This function lets the user calculate the percentage of NAs or missingness in a data.frame.

Usage

missingness(df, print = FALSE, bins = 10)

Arguments

df

Dataframe. Dataframe to study

print

Boolean. Do you wish to print results in a simple histogram?

bins

Integer. Number of breaks on plotted histogram