Check for columns that are empty/identical
data_check.Rd
Check for columns that are empty/identical
Examples
df <- data.frame(x1 = rnorm(100), x2 = rnorm(100), x3 = NA, x4 = 1)
data_check(df)
#> Error in data_check(df): could not find function "data_check"