Learn R Programming

naniar (version 0.0.4.9000)

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
# NOT RUN {
shadow_df(airquality)

# }

Run the code above in your browser using DataLab