powered by
Does this thing contain a shadow variable?
is_shadow(x)
vector or data.frame
logical - single value. TRUE if contains a variable with a column ending in "_NA"
# NOT RUN { df_shadow <- bind_shadow(airquality) is_shadow(df_shadow) # }
Run the code above in your browser using DataLab