fill_nas: Replacing missing values from a reference table.

View source: R/fill_nas.R

fill_nasR Documentation

Replacing missing values from a reference table.

Description

Partial filling of tables, when only part of the data is missing.

Description to be completed.

Usage

fill_nas(x, y, x_id, x_var, y_id, y_var)

Arguments

x

Data frame with the variable to be completed.

y

Data frame providing values for those missing in 'x'.

x_id, y_id

Character values indicating the variable to be used as identifier.

x_var, y_var

Character values indicating the name of the variable to be completed.

Value

Data frame 'x' with completed values.

Author(s)

Miguel Alvarez (kamapu78@gmail.com).

Examples


## No example at the moment.


kamapu/Lexiguel documentation built on July 29, 2022, 7:52 p.m.