naniar (version 0.4.2)

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)

Arguments

data

a dataframe

Value

dataframe in long, format, containing information about the missings

Examples

Run this code
# NOT RUN {
gather_shadow(airquality)

# }

Run the code above in your browser using DataCamp Workspace