gather_shadow: Long form representation of a shadow matrix

View source: R/shadows.R

gather_shadowR Documentation

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


gather_shadow(airquality)


njtierney/ggmissing documentation built on March 19, 2024, 9:40 p.m.