Learn R Programming

naniar (version 0.0.3.9901)

shadow_df: Create a shadow matrix

Description

shadow_df creates a shadow matrix/data frame of class tbl_df that denotes whether a given cell is missing or not - if a value is missing, it is denoted as TRUE.

Usage

shadow_df(x)

Arguments

x
a dataframe

Examples

Run this code

shadow_df(airquality)

Run the code above in your browser using DataLab