merge: Safe merge: check column intersection before attempting merge

Description Usage Arguments Value

View source: R/merge.R

Description

Keeps all params as base::merge()

Usage

1
2
3
4
merge(x, y, by = intersect(names(x), names(y)), by.x = by, by.y = by,
  all = FALSE, all.x = all, all.y = all, sort = TRUE,
  suffixes = c(".x", ".y"), no.dups = TRUE, incomparables = NULL,
  check = TRUE, ...)

Arguments

check

should a check be performed?

Value

Either merged dataframes, or NULL if aborted


mcooper/mattr documentation built on July 9, 2020, 11:20 p.m.