naniar (version 1.1.0)

which_are_shade: Which variables are shades?

Description

This function tells us which variables contain shade information

Usage

which_are_shade(.tbl)

Value

numeric - which column numbers contain shade information

Arguments

.tbl

a data.frame or tbl

Examples

Run this code

df_shadow <- bind_shadow(airquality)

which_are_shade(df_shadow)

Run the code above in your browser using DataLab