missing_rate: Summarize the missing rate of a data frame

Description Usage

View source: R/missing_rate.R

Description

This function summarizes the missing rate of the given data frame. It simply computes the number of rows having NA (as well as the percentage) under each column. The result is sorted by percentage of missing values.

Usage

1
missing_rate(df, include_non_missing = FALSE)

chaoguo14/crowbar documentation built on Aug. 16, 2021, 9:51 p.m.