naniar (version 1.1.0)

gather_shadow: Long form representation of a shadow matrix

Description

gather_shadow is a long-form representation of binding the shadow matrix to your data, producing variables named case, variable, and missing, where missing contains the missing value representation.

Usage

gather_shadow(data)

Value

dataframe in long, format, containing information about the missings

Arguments

data

a dataframe

Examples

Run this code

gather_shadow(airquality)

Run the code above in your browser using DataLab