Learn R Programming

naniar (version 0.0.3.9901)

table_missing_var: Tabulate the missings in the variables

Description

Provide a tidy table of the number of variables with 0, 1, 2, up to n, missing values and the proportion of the number of variablers those variables make up

Usage

table_missing_var(data)

Arguments

data
a dataframe

Value

a dataframe

Examples

Run this code

table_missing_var(airquality)


Run the code above in your browser using DataLab