countMissing {imt}R Documentation

Count missing values (NA) in a dataframe

Description

This function takes a dataframe as input and returns a tibble summarizing the number of missing values (NA) in each column and the number of rows with at least one missing value.

Usage

countMissing(df)

Arguments

df

A dataframe to analyze.

Value

A tibble with the following columns:


[Package imt version 1.0.0 Index]