missing_combinations: Function to get all combinations of NAs within the rows of a...

View source: R/missing_data.R

missing_combinationsR Documentation

Function to get all combinations of NAs within the rows of a dataset

Description

Function to get all combinations of NAs within the rows of a dataset

Usage

missing_combinations(x, names_col = TRUE)

Arguments

x

data

names_col

append column with the corresponding column names of the missing combinations

Value

'MissComb' object

Examples

missing_combinations(iris, names_col = FALSE)


el-mrt/auto-statistics documentation built on March 19, 2022, 1:57 p.m.