amend: Amend a dataframe with new information

Description Usage Arguments Value

View source: R/loopr.R

Description

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

Usage

1
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


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