Learn R Programming

ProduceR (version 1.0)

miss: Missing: Generate a synthetic table of missing values for all columns of a data.frame

Description

Get a synthetic table of missing values for all columns of a data.frame

Usage

miss(df, values = NULL, view = FALSE)

Value

data.frame

Arguments

df

data.frame: Input data.frame

values

column: Variable (~weight) to measure the number of missing values (otherwise, count of rows)

view

boolean: Display a glimpse of cases with NA values

Examples

Run this code
miss(mtcars)  # Checking NA values for all columns of mtcars (none)

Run the code above in your browser using DataLab