Skip to contents

transform_ds_to_drop_msng() is a Transform function that edits an object in such a way that core object attributes - e.g. shape, dimensions, elements, type - are altered. Specifically, this function implements an algorithm to transform dataset to drop missing. The function returns Dataset (a tibble).

Usage

transform_ds_to_drop_msng(ds_tb, predictors_chr, uid_var_nm_1L_chr = "UID_chr")

Arguments

ds_tb

Dataset (a tibble)

predictors_chr

Predictors (a character vector)

uid_var_nm_1L_chr

Unique identifier variable name (a character vector of length one), Default: 'UID_chr'

Value

Dataset (a tibble)