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/ESCO documentation built on May 13, 2021, 7:25 p.m.