replacement: Replace values in a column based on values specified in...

Description Usage Arguments Value

View source: R/helpers.R

Description

Replace values in a column based on values specified in another data frame.

Usage

1
replacement(.x, .y, .by, .replace_col)

Arguments

.x

data frame to be joined.

.y

data frame to be joined.

.by

the column name(s) to be used merge .x and .y

.replace_col

the name of the column that requires replacement values.

Value

A data frame.


BWAM/stayCALM documentation built on May 21, 2020, 3:24 p.m.