make_impute: Imputation metaprogramming

View source: R/make_impute.R

make_imputeR Documentation

Imputation metaprogramming

Description

Create functions that use a function for imputing

Usage

make_impute(fun)

make_impute_at(fun)

make_impute_all(fun)

make_impute_if(fun)

make_imputes(.na)

Arguments

fun

value or function used for imputing. See Details.

Details

These functions make mutate-style impute functions using [impute()] and the supplied '.na' argument.

'make_imputes' is a wrapper around the other functions and returns each as a list.


NicolasAzzopardi/mlxPlot documentation built on March 19, 2023, 7:40 a.m.