fillColumns: Fill variables with new information

Description Usage Arguments Value

View source: R/loopr.R

Description

Replace all NA values in one set of columns with values from another matching set

Usage

1
fillColumns(data, originalNames, fillNames)

Arguments

data

A data frame

originalNames

A vector of column names with out-of-date information

fillNames

A vector of column names with new information. They will be removed at the end of processing.

Value

A tbl_df


loopr documentation built on May 1, 2019, 8:04 p.m.