Learn R Programming

loopr (version 1.0.1)

amend: Amend a dataframe with new information

Description

full_join two dataframes. If there are matching columns, amend each data column with the corresponding amendData column using amendColumns.

Usage

amend(data, amendData, by = NULL, suffix = "toFix")

Arguments

data
A data frame
amendData
A data frame
by
A quoted vector of column names to join by. If set to NULL or unspecified, will default to the grouping columns in data
suffix
A suffix used internally. No existing column names should use this suffix.

Value

An amended tbl_df