rbindMatched: Bind rows (matched)

Description Usage Arguments Value

View source: R/utils.R

Description

Bind the rows of two data frames, keeping only the columns that are common to both (this function is borrowed from splatter).

Usage

1
rbindMatched(df1, df2)

Arguments

df1

first data.frame to bind.

df2

second data.frame to bind.

Value

data.frame containing rows from df1 and df2 but only common columns.


JINJINT/splattermodify documentation built on May 19, 2021, 4:05 p.m.