Description Usage Arguments Value
Replace values in a column based on values specified in another data frame.
1 | replacement(.x, .y, .by, .replace_col)
|
.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. |
A data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.