impute_via_join: Impute NA values via join with reference data.

Description Usage Arguments Value

View source: R/impute_via_join.R

Description

Impute NA values via join with reference data.

Usage

1
impute_via_join(x, imputation_reference, by)

Arguments

x

A data frame.

imputation_reference

A data frame.

by

Character vector of by-group variable names.

Value

Modified form of data frame x, with NA values imputed where possible.


abrahamalex13/doPrepExplore documentation built on Jan. 27, 2021, 4:30 a.m.