Learn R Programming

aNCA (version 0.1.0)

remove_impute_method: Remove impute method from the impute column

Description

This is an internal helper function used to remove an impute method from the impute column.

Usage

remove_impute_method(impute_vals, target_impute)

Value

A character string or vector without the specified impute method.

Arguments

impute_vals

Character vector of impute methods.

target_impute

The imputation method to be removed.

Details

Resulting empty string values are replaced with NA_character_.