Learn R Programming

naniar (version 0.3.1)

are_shadow: Are these things shadows?

Description

Does this thing contain a shadow variable?

Usage

are_shadow(x)

Arguments

x

vector or data.frame

Value

logical vector - TRUE if contains a variable with a column ending in "_NA"

Examples

Run this code
# NOT RUN {
df_shadow <- bind_shadow(airquality)

are_shadow(df_shadow)

# }

Run the code above in your browser using DataLab