Learn R Programming

SciencesPo (version 1.02.12)

mi: Identify Columns with at least one NA value

Description

Identify Columns with at least one NA value

Usage

mi(x)

Arguments

x
a data.frame

Value

  • A message indicating whether any column in x has missing data.

Examples

Run this code
data(ssex)
mi(ssex)

Run the code above in your browser using DataLab