make_impute: 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.